Html Css Color HEX #64076E Purple

📋 copy color: '#64076E'

red 100 ◦ green 7 ◦ blue 110

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

Shades of Purple #64076E

Tints of Purple #64076E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

 BLUE value IS 110 (43.36% from 255) = 50.69%

R = 46.08%
G = 3.23%
B = 50.69%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64076E (or 0x64076E) is known color: Purple. HEX triplet: 64, 07 and 6E. RGB value is (100,7,110). Sum of RGB (Red+Green+Blue) = 100+7+110=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 110 (43.36% from 255 or 50.69% from 217); Max value from RGB is 110 - color contains mainly: blue. Hex color #64076E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64076E is #9BF891. Grayscale: #2E2E2E. Windows color (decimal): -10221714 or 7210852. OLE color: 7210852.

HSL color Cylindrical-coordinate representation of color #64076E: hue angle of 294.17º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64076E is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 7 110 -
CMYK 0.09 0.94 0 0.57
HSL 294.17º 0.88% 0.23% -
HSV(B) 294.17º 0.94% 0.43% -
XYZ 8.15 3.99 15.09 -
YUV 46.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 100 7 110 0.09 0.94 0 0.57 294.17 0.88 0.23
Hex 64 7 6E 9 5E 0 39 126 58 17
Octal 144 7 156 11 136 0 71 446 130 27
Binary 1100100 111 1101110 1001 1011110 0 111001 100100110 1011000 10111

Color Harmonies of #64076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64076E

Black with #64076E

Text Example


Text Example

White with #64076E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64076E; }

 p { color: rgb(100,7,110); }

 H1.HeaderClassName
 {
   color: #64076E;
 }
 .AnyTagClassName
 {
   color: #64076E;
 }
</style>

background-color css

<style>
 a { background-color: #64076E; }

 a { background-color: rgb(100,7,110); }

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

border-color css

<style>
 span { border-color: #64076E; }

 span { border-color: rgb(100,7,110); }

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