#661254

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

Shades of Palatinate Purple #661254

Tints of Palatinate Purple #661254

Color information

#661254 (or 0x661254) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 54. RGB value is (102,18,84). Sum of RGB (Red+Green+Blue) = 102+18+84=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 84 (33.20% from 255 or 41.18% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #661254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661254 is #99EDAB. Grayscale: #323232. Windows color (decimal): -10087852 or 5509734. OLE color: 5509734.

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

Color convert

RGB1021884-
CMYK00.820.180.6
HSL312.86º70%23.53%-
HSV(B)312.86º82.35%40%-
XYZ7.33.98.76-
YUV50.64146.83164.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 84 (33.20% from 255) = 41.18%
R=50%
G=8.82%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102188400.820.180.6312.867023.53
Hex661254052123C1394618
Octal146221240122227447110630
Binary11001101001010101000101001010010111100100111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661254; }

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

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

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

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

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

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

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

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