Html Css Color HEX #64086D Purple

📋 copy color: '#64086D'

red 100 ◦ green 8 ◦ blue 109

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

Shades of Purple #64086D

Tints of Purple #64086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 109 (42.97% from 255) = 50.23%

R = 46.08%
G = 3.69%
B = 50.23%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#64086D (or 0x64086D) is known color: Purple. HEX triplet: 64, 08 and 6D. RGB value is (100,8,109). Sum of RGB (Red+Green+Blue) = 100+8+109=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #64086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64086D is #9BF792. Grayscale: #2E2E2E. Windows color (decimal): -10221459 or 7145572. OLE color: 7145572.

HSL color Cylindrical-coordinate representation of color #64086D: hue angle of 294.65º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #64086D is Cyan = 0.08, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 100 8 109 -
CMYK 0.08 0.93 0 0.57
HSL 294.65º 0.86% 0.23% -
HSV(B) 294.65º 0.93% 0.43% -
XYZ 8.1 3.99 14.81 -
YUV 47.02 162.98 165.79 -
System Red Green Blue C M Y K H S L
Decimal 100 8 109 0.08 0.93 0 0.57 294.65 0.86 0.23
Hex 64 8 6D 8 5D 0 39 127 56 17
Octal 144 10 155 10 135 0 71 447 126 27
Binary 1100100 1000 1101101 1000 1011101 0 111001 100100111 1010110 10111

Color Harmonies of #64086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64086D

Black with #64086D

Text Example


Text Example

White with #64086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64086D; }

 p { color: rgb(100,8,109); }

 H1.HeaderClassName
 {
   color: #64086D;
 }
 .AnyTagClassName
 {
   color: #64086D;
 }
</style>

background-color css

<style>
 a { background-color: #64086D; }

 a { background-color: rgb(100,8,109); }

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

border-color css

<style>
 span { border-color: #64086D; }

 span { border-color: rgb(100,8,109); }

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