Html Css Color HEX #64006A Purple

📋 copy color: '#64006A'

red 100 ◦ green 0 ◦ blue 106

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

Shades of Purple #64006A

Tints of Purple #64006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 106 (41.8% from 255) = 51.46%

R = 48.54%
G = 0%
B = 51.46%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#64006A (or 0x64006A) is known color: Purple. HEX triplet: 64, 00 and 6A. RGB value is (100,0,106). Sum of RGB (Red+Green+Blue) = 100+0+106=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #64006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64006A is #9BFF95. Grayscale: #292929. Windows color (decimal): -10223510 or 6946916. OLE color: 6946916.

HSL color Cylindrical-coordinate representation of color #64006A: hue angle of 296.6º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64006A is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 100 0 106 -
CMYK 0.06 1 0 0.58
HSL 296.6º 1% 0.21% -
HSV(B) 296.6º 1% 0.42% -
XYZ 7.86 3.75 13.95 -
YUV 41.98 164.13 169.38 -
System Red Green Blue C M Y K H S L
Decimal 100 0 106 0.06 1 0 0.58 296.6 1 0.21
Hex 64 0 6A 6 64 0 3A 129 64 15
Octal 144 0 152 6 144 0 72 451 144 25
Binary 1100100 0 1101010 110 1100100 0 111010 100101001 1100100 10101

Color Harmonies of #64006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64006A

Black with #64006A

Text Example


Text Example

White with #64006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64006A; }

 p { color: rgb(100,0,106); }

 H1.HeaderClassName
 {
   color: #64006A;
 }
 .AnyTagClassName
 {
   color: #64006A;
 }
</style>

background-color css

<style>
 a { background-color: #64006A; }

 a { background-color: rgb(100,0,106); }

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

border-color css

<style>
 span { border-color: #64006A; }

 span { border-color: rgb(100,0,106); }

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