Html Css Color HEX #664060 Palatinate Purple

📋 copy color: '#664060'

red 102 ◦ green 64 ◦ blue 96

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

Shades of Palatinate Purple #664060

Tints of Palatinate Purple #664060

RGB

 RED value IS 102 (40.23% from 255) = 38.93%

 GREEN value IS 64 (25.39% from 255) = 24.43%

 BLUE value IS 96 (37.89% from 255) = 36.64%

R = 38.93%
G = 24.43%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#664060 (or 0x664060) is known color: Palatinate Purple. HEX triplet: 66, 40 and 60. RGB value is (102,64,96). Sum of RGB (Red+Green+Blue) = 102+64+96=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 102 - color contains mainly: red. Hex color #664060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664060 is #99BF9F. Grayscale: #4E4E4E. Windows color (decimal): -10076064 or 6307942. OLE color: 6307942.

HSL color Cylindrical-coordinate representation of color #664060: hue angle of 309.47º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664060 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 96 -
CMYK 0 0.37 0.06 0.6
HSL 309.47º 0.23% 0.33% -
HSV(B) 309.47º 0.37% 0.4% -
XYZ 9.42 7.34 11.99 -
YUV 79.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 102 64 96 0 0.37 0.06 0.6 309.47 0.23 0.33
Hex 66 40 60 0 25 6 3C 135 17 21
Octal 146 100 140 0 45 6 74 465 27 41
Binary 1100110 1000000 1100000 0 100101 110 111100 100110101 10111 100001

Color Harmonies of #664060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664060

Black with #664060

Text Example


Text Example

White with #664060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664060; }

 p { color: rgb(102,64,96); }

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

background-color css

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

 a { background-color: rgb(102,64,96); }

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

border-color css

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

 span { border-color: rgb(102,64,96); }

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