#66275B

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

Shades of Palatinate Purple #66275B

Tints of Palatinate Purple #66275B

Color information

#66275B (or 0x66275B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 27 and 5B. RGB value is (102,39,91). Sum of RGB (Red+Green+Blue) = 102+39+91=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #66275B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66275B is #99D8A4. Grayscale: #3F3F3F. Windows color (decimal): -10082469 or 5973862. OLE color: 5973862.

HSL color Cylindrical-coordinate representation of color #66275B: hue angle of 310.48º 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 #66275B is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1023991-
CMYK00.620.110.6
HSL310.48º44.68%27.65%-
HSV(B)310.48º61.76%40%-
XYZ8.095.0310.44-
YUV63.76143.37155.27-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=43.97%
G=16.81%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102399100.620.110.6310.4844.6827.65
Hex66275B03EB3C1362d1c
Octal1464713307613744665534
Binary110011010011110110110111110101111110010011011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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