#661258

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

Shades of Palatinate Purple #661258

Tints of Palatinate Purple #661258

Color information

#661258 (or 0x661258) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 58. RGB value is (102,18,88). Sum of RGB (Red+Green+Blue) = 102+18+88=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #661258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661258 is #99EDA7. Grayscale: #323232. Windows color (decimal): -10087848 or 5771878. OLE color: 5771878.

HSL color Cylindrical-coordinate representation of color #661258: hue angle of 310º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661258 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB1021888-
CMYK00.820.140.6
HSL310º70%23.53%-
HSV(B)310º82.35%40%-
XYZ7.463.969.6-
YUV51.1148.83164.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.04%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=49.04%
G=8.65%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102188800.820.140.63107023.53
Hex661258052E3C1364618
Octal146221300122167446610630
Binary1100110100101011000010100101110111100100110110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661258; }

 p { color: rgb(102,18,88); }

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

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

 a { background-color: rgb(102,18,88); }

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

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

 span { border-color: rgb(102,18,88); }

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