#651861

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

Shades of Palatinate Purple #651861

Tints of Palatinate Purple #651861

Color information

#651861 (or 0x651861) is unknown color: approx Palatinate Purple. HEX triplet: 65, 18 and 61. RGB value is (101,24,97). Sum of RGB (Red+Green+Blue) = 101+24+97=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #651861 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651861 is #9AE79E. Grayscale: #373737. Windows color (decimal): -10151839 or 6363237. OLE color: 6363237.

HSL color Cylindrical-coordinate representation of color #651861: hue angle of 303.12º 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 #651861 is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1012497-
CMYK00.760.040.60
HSL303.12º61.6%24.51%-
HSV(B)303.12º76.24%39.61%-
XYZ7.854.2811.72-
YUV55.34151.51160.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.50%
GREEN value IS 24 (9.77% from 255) = 10.81%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=45.50%
G=10.81%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101249700.760.040.60303.1261.624.51
Hex65186104C43C12f3e19
Octal1453014101144744577631
Binary11001011100011000010100110010011110010010111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651861; }

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

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

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

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

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

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

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

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