#664360

Color #664360 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #664360

Tints of Palatinate Purple #664360

Color information

#664360 (or 0x664360) is unknown color: approx Palatinate Purple. HEX triplet: 66, 43 and 60. RGB value is (102,67,96). Sum of RGB (Red+Green+Blue) = 102+67+96=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #664360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664360 is #99BC9F. Grayscale: #505050. Windows color (decimal): -10075296 or 6308710. OLE color: 6308710.

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

Color convert

RGB1026796-
CMYK00.340.060.6
HSL310.29º20.71%33.14%-
HSV(B)310.29º34.31%40%-
XYZ9.67.6812.04-
YUV80.77136.6143.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=38.49%
G=25.28%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102679600.340.060.6310.2920.7133.14
Hex66436002263C1361521
Octal1461031400426744662541
Binary110011010000111100000010001011011110010011011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664360; }

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

 H1.HeaderClassName
 {
   color: #664360;
 }
 .AnyTagClassName
 {
   color: #664360;
 }
</style>
background-color css

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

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

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

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

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

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