Html Css Color HEX #64046A Purple

📋 copy color: '#64046A'

red 100 ◦ green 4 ◦ blue 106

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

Shades of Purple #64046A

Tints of Purple #64046A

RGB

 RED value IS 100 (39.45% from 255) = 47.62%

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

 BLUE value IS 106 (41.8% from 255) = 50.48%

R = 47.62%
G = 1.9%
B = 50.48%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64046A (or 0x64046A) is known color: Purple. HEX triplet: 64, 04 and 6A. RGB value is (100,4,106). Sum of RGB (Red+Green+Blue) = 100+4+106=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #64046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64046A is #9BFB95. Grayscale: #2C2C2C. Windows color (decimal): -10222486 or 6947940. OLE color: 6947940.

HSL color Cylindrical-coordinate representation of color #64046A: hue angle of 296.47º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64046A is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 4 106 -
CMYK 0.06 0.96 0 0.58
HSL 296.47º 0.93% 0.22% -
HSV(B) 296.47º 0.96% 0.42% -
XYZ 7.9 3.84 13.96 -
YUV 44.33 162.8 167.71 -
System Red Green Blue C M Y K H S L
Decimal 100 4 106 0.06 0.96 0 0.58 296.47 0.93 0.22
Hex 64 4 6A 6 60 0 3A 128 5D 16
Octal 144 4 152 6 140 0 72 450 135 26
Binary 1100100 100 1101010 110 1100000 0 111010 100101000 1011101 10110

Color Harmonies of #64046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64046A

Black with #64046A

Text Example


Text Example

White with #64046A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64046A; }

 p { color: rgb(100,4,106); }

 H1.HeaderClassName
 {
   color: #64046A;
 }
 .AnyTagClassName
 {
   color: #64046A;
 }
</style>

background-color css

<style>
 a { background-color: #64046A; }

 a { background-color: rgb(100,4,106); }

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

border-color css

<style>
 span { border-color: #64046A; }

 span { border-color: rgb(100,4,106); }

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