Html Css Color HEX #664160 Palatinate Purple

📋 copy color: '#664160'

red 102 ◦ green 65 ◦ blue 96

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

Shades of Palatinate Purple #664160

Tints of Palatinate Purple #664160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

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

R = 38.78%
G = 24.71%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#664160 (or 0x664160) is known color: Palatinate Purple. HEX triplet: 66, 41 and 60. RGB value is (102,65,96). Sum of RGB (Red+Green+Blue) = 102+65+96=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #664160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664160 is #99BE9F. Grayscale: #4F4F4F. Windows color (decimal): -10075808 or 6308198. OLE color: 6308198.

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

Color convert

RGB 102 65 96 -
CMYK 0 0.36 0.06 0.6
HSL 309.73º 0.22% 0.33% -
HSV(B) 309.73º 0.36% 0.4% -
XYZ 9.48 7.45 12 -
YUV 79.6 137.26 143.98 -
System Red Green Blue C M Y K H S L
Decimal 102 65 96 0 0.36 0.06 0.6 309.73 0.22 0.33
Hex 66 41 60 0 24 6 3C 136 16 21
Octal 146 101 140 0 44 6 74 466 26 41
Binary 1100110 1000001 1100000 0 100100 110 111100 100110110 10110 100001

Color Harmonies of #664160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664160

Black with #664160

Text Example


Text Example

White with #664160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664160; }

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

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

background-color css

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

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

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

border-color css

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

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

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