#66265A

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

Shades of Palatinate Purple #66265A

Tints of Palatinate Purple #66265A

Color information

#66265A (or 0x66265A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 26 and 5A. RGB value is (102,38,90). Sum of RGB (Red+Green+Blue) = 102+38+90=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66265A is #99D9A5. Grayscale: #3E3E3E. Windows color (decimal): -10082726 or 5908070. OLE color: 5908070.

HSL color Cylindrical-coordinate representation of color #66265A: hue angle of 311.25º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66265A is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1023890-
CMYK00.630.120.6
HSL311.25º45.71%27.45%-
HSV(B)311.25º62.75%40%-
XYZ8.024.9510.21-
YUV63.06143.2155.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.35%
GREEN value IS 38 (15.23% from 255) = 16.52%
BLUE value IS 90 (35.55% from 255) = 39.13%
R=44.35%
G=16.52%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102389000.630.120.6311.2545.7127.45
Hex66265A03FC3C1372e1b
Octal1464613207714744675633
Binary110011010011010110100111111110011110010011011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66265A; }

 p { color: rgb(102,38,90); }

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

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

 a { background-color: rgb(102,38,90); }

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

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

 span { border-color: rgb(102,38,90); }

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