#661253

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

Shades of Palatinate Purple #661253

Tints of Palatinate Purple #661253

Color information

#661253 (or 0x661253) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 53. RGB value is (102,18,83). Sum of RGB (Red+Green+Blue) = 102+18+83=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #661253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661253 is #99EDAC. Grayscale: #323232. Windows color (decimal): -10087853 or 5444198. OLE color: 5444198.

HSL color Cylindrical-coordinate representation of color #661253: hue angle of 313.57º 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 #661253 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB1021883-
CMYK00.820.190.6
HSL313.57º70%23.53%-
HSV(B)313.57º82.35%40%-
XYZ7.263.888.55-
YUV50.53146.33164.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 83 (32.81% from 255) = 40.89%
R=50.25%
G=8.87%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102188300.820.190.6313.577023.53
Hex661253052133C13a4618
Octal146221230122237447210630
Binary11001101001010100110101001010011111100100111010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661253; }

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

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

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

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

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

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

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

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