#651551

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

Shades of Palatinate Purple #651551

Tints of Palatinate Purple #651551

Color information

#651551 (or 0x651551) is unknown color: approx Palatinate Purple. HEX triplet: 65, 15 and 51. RGB value is (101,21,81). Sum of RGB (Red+Green+Blue) = 101+21+81=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #651551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651551 is #9AEAAE. Grayscale: #333333. Windows color (decimal): -10152623 or 5313893. OLE color: 5313893.

HSL color Cylindrical-coordinate representation of color #651551: hue angle of 315º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #651551 is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB1012181-
CMYK00.790.200.60
HSL315º65.57%23.92%-
HSV(B)315º79.21%39.61%-
XYZ7.123.98.16-
YUV51.76144.5163.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=49.75%
G=10.34%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101218100.790.200.6031565.5723.92
Hex65155104F143C13b4218
Octal145251210117247447310230
Binary11001011010110100010100111110100111100100111011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651551; }

 p { color: rgb(101,21,81); }

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

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

 a { background-color: rgb(101,21,81); }

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

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

 span { border-color: rgb(101,21,81); }

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