Html Css Color HEX #64026F Purple

📋 copy color: '#64026F'

red 100 ◦ green 2 ◦ blue 111

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

Shades of Purple #64026F

Tints of Purple #64026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 46.95%
G = 0.94%
B = 52.11%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#64026F (or 0x64026F) is known color: Purple. HEX triplet: 64, 02 and 6F. RGB value is (100,2,111). Sum of RGB (Red+Green+Blue) = 100+2+111=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #64026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64026F is #9BFD90. Grayscale: #2B2B2B. Windows color (decimal): -10222993 or 7275108. OLE color: 7275108.

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

Color convert

RGB 100 2 111 -
CMYK 0.10 0.98 0 0.56
HSL 293.94º 0.96% 0.22% -
HSV(B) 293.94º 0.98% 0.44% -
XYZ 8.15 3.9 15.36 -
YUV 43.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 100 2 111 0.10 0.98 0 0.56 293.94 0.96 0.22
Hex 64 2 6F A 62 0 38 126 60 16
Octal 144 2 157 12 142 0 70 446 140 26
Binary 1100100 10 1101111 1010 1100010 0 111000 100100110 1100000 10110

Color Harmonies of #64026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64026F

Black with #64026F

Text Example


Text Example

White with #64026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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