#651752

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

Shades of Palatinate Purple #651752

Tints of Palatinate Purple #651752

Color information

#651752 (or 0x651752) is unknown color: approx Palatinate Purple. HEX triplet: 65, 17 and 52. RGB value is (101,23,82). Sum of RGB (Red+Green+Blue) = 101+23+82=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #651752 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651752 is #9AE8AD. Grayscale: #343434. Windows color (decimal): -10152110 or 5379941. OLE color: 5379941.

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

Color convert

RGB1012382-
CMYK00.770.190.60
HSL314.62º62.9%24.31%-
HSV(B)314.62º77.23%39.61%-
XYZ7.23.998.37-
YUV53.05144.34162.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.03%
GREEN value IS 23 (9.38% from 255) = 11.17%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=49.03%
G=11.17%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101238200.770.190.60314.6262.924.31
Hex65175204D133C13b3f18
Octal14527122011523744737730
Binary1100101101111010010010011011001111110010011101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651752; }

 p { color: rgb(101,23,82); }

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

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

 a { background-color: rgb(101,23,82); }

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

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

 span { border-color: rgb(101,23,82); }

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