Html Css Color HEX #64016F Purple

📋 copy color: '#64016F'

red 100 ◦ green 1 ◦ blue 111

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

Shades of Purple #64016F

Tints of Purple #64016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 47.17%
G = 0.47%
B = 52.36%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#64016F (or 0x64016F) is known color: Purple. HEX triplet: 64, 01 and 6F. RGB value is (100,1,111). Sum of RGB (Red+Green+Blue) = 100+1+111=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #64016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64016F is #9BFE90. Grayscale: #2A2A2A. Windows color (decimal): -10223249 or 7274852. OLE color: 7274852.

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

Color convert

RGB 100 1 111 -
CMYK 0.10 0.99 0 0.56
HSL 294º 0.98% 0.22% -
HSV(B) 294º 0.99% 0.44% -
XYZ 8.14 3.88 15.36 -
YUV 43.14 166.3 168.56 -
System Red Green Blue C M Y K H S L
Decimal 100 1 111 0.10 0.99 0 0.56 294 0.98 0.22
Hex 64 1 6F A 63 0 38 126 62 16
Octal 144 1 157 12 143 0 70 446 142 26
Binary 1100100 1 1101111 1010 1100011 0 111000 100100110 1100010 10110

Color Harmonies of #64016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64016F

Black with #64016F

Text Example


Text Example

White with #64016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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