Html Css Color HEX #63046F Purple

📋 copy color: '#63046F'

red 99 ◦ green 4 ◦ blue 111

#63046F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #63046F

Tints of Purple #63046F

RGB

 RED value IS 99 (39.06% from 255) = 46.26%

 GREEN value IS 4 (1.95% from 255) = 1.87%

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 46.26%
G = 1.87%
B = 51.87%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#63046F (or 0x63046F) is known color: Purple. HEX triplet: 63, 04 and 6F. RGB value is (99,4,111). Sum of RGB (Red+Green+Blue) = 99+4+111=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #63046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63046F is #9CFB90. Grayscale: #2C2C2C. Windows color (decimal): -10288017 or 7275619. OLE color: 7275619.

HSL color Cylindrical-coordinate representation of color #63046F: hue angle of 293.27º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #63046F is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 4 111 -
CMYK 0.11 0.96 0 0.56
HSL 293.27º 0.93% 0.23% -
HSV(B) 293.27º 0.96% 0.44% -
XYZ 8.06 3.89 15.36 -
YUV 44.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 99 4 111 0.11 0.96 0 0.56 293.27 0.93 0.23
Hex 63 4 6F B 60 0 38 125 5D 17
Octal 143 4 157 13 140 0 70 445 135 27
Binary 1100011 100 1101111 1011 1100000 0 111000 100100101 1011101 10111

Color Harmonies of #63046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63046F

Black with #63046F

Text Example


Text Example

White with #63046F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63046F; }

 p { color: rgb(99,4,111); }

 H1.HeaderClassName
 {
   color: #63046F;
 }
 .AnyTagClassName
 {
   color: #63046F;
 }
</style>

background-color css

<style>
 a { background-color: #63046F; }

 a { background-color: rgb(99,4,111); }

 div.DivClassName
 {
   background-color: #63046F;
 }
 .BgClassName
 {
   background-color: #63046F;
 }
</style>

border-color css

<style>
 span { border-color: #63046F; }

 span { border-color: rgb(99,4,111); }

 td.TdClassName
 {
   border-color: #63046F;
 }
 .TagClassName
 {
   border-color: #63046F;
 }
</style>