#661251

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

Shades of Palatinate Purple #661251

Tints of Palatinate Purple #661251

Color information

#661251 (or 0x661251) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 51. RGB value is (102,18,81). Sum of RGB (Red+Green+Blue) = 102+18+81=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #661251 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661251 is #99EDAE. Grayscale: #323232. Windows color (decimal): -10087855 or 5313126. OLE color: 5313126.

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

Color convert

RGB1021881-
CMYK00.820.210.6
HSL315º70%23.53%-
HSV(B)315º82.35%40%-
XYZ7.183.858.15-
YUV50.3145.33164.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=50.75%
G=8.96%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102188100.820.210.63157023.53
Hex661251052153C13b4618
Octal146221210122257447310630
Binary11001101001010100010101001010101111100100111011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661251; }

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

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

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

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

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

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

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

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