#66275D

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

Shades of Palatinate Purple #66275D

Tints of Palatinate Purple #66275D

Color information

#66275D (or 0x66275D) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 5D. RGB value is (102,39,93). Sum of RGB (Red+Green+Blue) = 102+39+93=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66275D is #99D8A2. Grayscale: #3F3F3F. Windows color (decimal): -10082467 or 6104934. OLE color: 6104934.

HSL color Cylindrical-coordinate representation of color #66275D: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66275D is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1023993-
CMYK00.620.090.6
HSL308.57º44.68%27.65%-
HSV(B)308.57º61.76%40%-
XYZ8.185.0710.9-
YUV63.99144.37155.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.59%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=43.59%
G=16.67%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102399300.620.090.6308.5744.6827.65
Hex66275D03E93C1352d1c
Octal1464713507611744655534
Binary110011010011110111010111110100111110010011010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66275D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66275D; }

 p { color: rgb(102,39,93); }

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

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

 a { background-color: rgb(102,39,93); }

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

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

 span { border-color: rgb(102,39,93); }

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