Html Css Color HEX #64006F Purple

📋 copy color: '#64006F'

red 100 ◦ green 0 ◦ blue 111

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

Shades of Purple #64006F

Tints of Purple #64006F

RGB

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

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

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

R = 47.39%
G = 0%
B = 52.61%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#64006F (or 0x64006F) is known color: Purple. HEX triplet: 64, 00 and 6F. RGB value is (100,0,111). Sum of RGB (Red+Green+Blue) = 100+0+111=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #64006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64006F is #9BFF90. Grayscale: #2A2A2A. Windows color (decimal): -10223505 or 7274596. OLE color: 7274596.

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

Color convert

RGB 100 0 111 -
CMYK 0.10 1 0 0.56
HSL 294.05º 1% 0.22% -
HSV(B) 294.05º 1% 0.44% -
XYZ 8.12 3.86 15.36 -
YUV 42.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 100 0 111 0.10 1 0 0.56 294.05 1 0.22
Hex 64 0 6F A 64 0 38 126 64 16
Octal 144 0 157 12 144 0 70 446 144 26
Binary 1100100 0 1101111 1010 1100100 0 111000 100100110 1100100 10110

Color Harmonies of #64006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64006F

Black with #64006F

Text Example


Text Example

White with #64006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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