Html Css Color HEX #640066 Purple

📋 copy color: '#640066'

red 100 ◦ green 0 ◦ blue 102

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

Shades of Purple #640066

Tints of Purple #640066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.5%

R = 49.5%
G = 0%
B = 50.5%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#640066 (or 0x640066) is known color: Purple. HEX triplet: 64, 00 and 66. RGB value is (100,0,102). Sum of RGB (Red+Green+Blue) = 100+0+102=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #640066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640066 is #9BFF99. Grayscale: #292929. Windows color (decimal): -10223514 or 6684772. OLE color: 6684772.

HSL color Cylindrical-coordinate representation of color #640066: hue angle of 298.82º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640066 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 100 0 102 -
CMYK 0.02 1 0 0.6
HSL 298.82º 1% 0.2% -
HSV(B) 298.82º 1% 0.4% -
XYZ 7.65 3.67 12.88 -
YUV 41.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 100 0 102 0.02 1 0 0.6 298.82 1 0.2
Hex 64 0 66 2 64 0 3C 12B 64 14
Octal 144 0 146 2 144 0 74 453 144 24
Binary 1100100 0 1100110 10 1100100 0 111100 100101011 1100100 10100

Color Harmonies of #640066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640066

Black with #640066

Text Example


Text Example

White with #640066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640066; }

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

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

background-color css

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

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

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

border-color css

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

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

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