#651852

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

Shades of Palatinate Purple #651852

Tints of Palatinate Purple #651852

Color information

#651852 (or 0x651852) is unknown color: approx Palatinate Purple. HEX triplet: 65, 18 and 52. RGB value is (101,24,82). Sum of RGB (Red+Green+Blue) = 101+24+82=207 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.79% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 101 - color contains mainly: red. Hex color #651852 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651852 is #9AE7AD. Grayscale: #353535. Windows color (decimal): -10151854 or 5380197. OLE color: 5380197.

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

Color convert

RGB1012482-
CMYK00.760.190.60
HSL314.81º61.6%24.51%-
HSV(B)314.81º76.24%39.61%-
XYZ7.224.038.38-
YUV53.64144.01161.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.79%
GREEN value IS 24 (9.77% from 255) = 11.59%
BLUE value IS 82 (32.42% from 255) = 39.61%
R=48.79%
G=11.59%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101248200.760.190.60314.8161.624.51
Hex65185204C133C13b3e19
Octal14530122011423744737631
Binary1100101110001010010010011001001111110010011101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651852; }

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

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

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

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

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

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

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

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