Html Css Color HEX #664560 Palatinate Purple

📋 copy color: '#664560'

red 102 ◦ green 69 ◦ blue 96

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

Shades of Palatinate Purple #664560

Tints of Palatinate Purple #664560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 38.2%
G = 25.84%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#664560 (or 0x664560) is known color: Palatinate Purple. HEX triplet: 66, 45 and 60. RGB value is (102,69,96). Sum of RGB (Red+Green+Blue) = 102+69+96=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #664560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664560 is #99BA9F. Grayscale: #515151. Windows color (decimal): -10074784 or 6309222. OLE color: 6309222.

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

Color convert

RGB 102 69 96 -
CMYK 0 0.32 0.06 0.6
HSL 310.91º 0.19% 0.34% -
HSV(B) 310.91º 0.32% 0.4% -
XYZ 9.72 7.93 12.08 -
YUV 81.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 102 69 96 0 0.32 0.06 0.6 310.91 0.19 0.34
Hex 66 45 60 0 20 6 3C 137 13 22
Octal 146 105 140 0 40 6 74 467 23 42
Binary 1100110 1000101 1100000 0 100000 110 111100 100110111 10011 100010

Color Harmonies of #664560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664560

Black with #664560

Text Example


Text Example

White with #664560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664560; }

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

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

background-color css

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

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

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

border-color css

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

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

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