Html Css Color HEX #640466 Purple

📋 copy color: '#640466'

red 100 ◦ green 4 ◦ blue 102

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

Shades of Purple #640466

Tints of Purple #640466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 48.54%
G = 1.94%
B = 49.51%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#640466 (or 0x640466) is known color: Purple. HEX triplet: 64, 04 and 66. RGB value is (100,4,102). Sum of RGB (Red+Green+Blue) = 100+4+102=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #640466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640466 is #9BFB99. Grayscale: #2B2B2B. Windows color (decimal): -10222490 or 6685796. OLE color: 6685796.

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

Color convert

RGB 100 4 102 -
CMYK 0.02 0.96 0 0.6
HSL 298.78º 0.92% 0.21% -
HSV(B) 298.78º 0.96% 0.4% -
XYZ 7.7 3.76 12.89 -
YUV 43.88 160.8 168.03 -
System Red Green Blue C M Y K H S L
Decimal 100 4 102 0.02 0.96 0 0.6 298.78 0.92 0.21
Hex 64 4 66 2 60 0 3C 12B 5C 15
Octal 144 4 146 2 140 0 74 453 134 25
Binary 1100100 100 1100110 10 1100000 0 111100 100101011 1011100 10101

Color Harmonies of #640466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640466

Black with #640466

Text Example


Text Example

White with #640466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640466; }

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

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

background-color css

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

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

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

border-color css

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

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

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