#661751

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

Shades of Palatinate Purple #661751

Tints of Palatinate Purple #661751

Color information

#661751 (or 0x661751) is unknown color: approx Palatinate Purple. HEX triplet: 66, 17 and 51. RGB value is (102,23,81). Sum of RGB (Red+Green+Blue) = 102+23+81=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #661751 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661751 is #99E8AE. Grayscale: #353535. Windows color (decimal): -10086575 or 5314406. OLE color: 5314406.

HSL color Cylindrical-coordinate representation of color #661751: hue angle of 315.95º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661751 is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB1022381-
CMYK00.770.210.6
HSL315.95º63.2%24.51%-
HSV(B)315.95º77.45%40%-
XYZ7.274.038.18-
YUV53.23143.67162.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=49.51%
G=11.17%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102238100.770.210.6315.9563.224.51
Hex66175104D153C13c3f19
Octal14627121011525744747731
Binary1100110101111010001010011011010111110010011110011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661751; }

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

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

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

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

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

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

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

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