Html Css Color HEX #640966 Palatinate Purple

📋 copy color: '#640966'

red 100 ◦ green 9 ◦ blue 102

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

Shades of Palatinate Purple #640966

Tints of Palatinate Purple #640966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 47.39%
G = 4.27%
B = 48.34%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#640966 (or 0x640966) is known color: Palatinate Purple. HEX triplet: 64, 09 and 66. RGB value is (100,9,102). Sum of RGB (Red+Green+Blue) = 100+9+102=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 102 - color contains mainly: blue. Hex color #640966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640966 is #9BF699. Grayscale: #2E2E2E. Windows color (decimal): -10221210 or 6687076. OLE color: 6687076.

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

Color convert

RGB 100 9 102 -
CMYK 0.02 0.91 0 0.6
HSL 298.71º 0.84% 0.22% -
HSV(B) 298.71º 0.91% 0.4% -
XYZ 7.75 3.86 12.91 -
YUV 46.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 100 9 102 0.02 0.91 0 0.6 298.71 0.84 0.22
Hex 64 9 66 2 5B 0 3C 12B 54 16
Octal 144 11 146 2 133 0 74 453 124 26
Binary 1100100 1001 1100110 10 1011011 0 111100 100101011 1010100 10110

Color Harmonies of #640966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640966

Black with #640966

Text Example


Text Example

White with #640966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640966; }

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

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

background-color css

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

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

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

border-color css

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

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

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