Html Css Color HEX #64046F Purple

📋 copy color: '#64046F'

red 100 ◦ green 4 ◦ blue 111

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

Shades of Purple #64046F

Tints of Purple #64046F

RGB

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

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

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

R = 46.51%
G = 1.86%
B = 51.63%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#64046F (or 0x64046F) is known color: Purple. HEX triplet: 64, 04 and 6F. RGB value is (100,4,111). Sum of RGB (Red+Green+Blue) = 100+4+111=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #64046F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64046F is #9BFB90. Grayscale: #2C2C2C. Windows color (decimal): -10222481 or 7275620. OLE color: 7275620.

HSL color Cylindrical-coordinate representation of color #64046F: hue angle of 293.83º 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 #64046F is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 4 111 -
CMYK 0.10 0.96 0 0.56
HSL 293.83º 0.93% 0.23% -
HSV(B) 293.83º 0.96% 0.44% -
XYZ 8.17 3.94 15.37 -
YUV 44.9 165.3 167.3 -
System Red Green Blue C M Y K H S L
Decimal 100 4 111 0.10 0.96 0 0.56 293.83 0.93 0.23
Hex 64 4 6F A 60 0 38 126 5D 17
Octal 144 4 157 12 140 0 70 446 135 27
Binary 1100100 100 1101111 1010 1100000 0 111000 100100110 1011101 10111

Color Harmonies of #64046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64046F

Black with #64046F

Text Example


Text Example

White with #64046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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