#651269

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

Shades of Palatinate Purple #651269

Tints of Palatinate Purple #651269

Color information

#651269 (or 0x651269) is unknown color: approx Palatinate Purple. HEX triplet: 65, 12 and 69. RGB value is (101,18,105). Sum of RGB (Red+Green+Blue) = 101+18+105=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 105 (41.41% from 255 or 46.88% from 224); Max value from RGB is 105 - color contains mainly: blue. Hex color #651269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651269 is #9AED96. Grayscale: #343434. Windows color (decimal): -10153367 or 6885989. OLE color: 6885989.

HSL color Cylindrical-coordinate representation of color #651269: hue angle of 297.24º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651269 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10118105-
CMYK0.040.8300.59
HSL297.24º70.73%24.12%-
HSV(B)297.24º82.86%41.18%-
XYZ8.134.2213.75-
YUV52.74157.5162.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.09%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 105 (41.41% from 255) = 46.88%
R=45.09%
G=8.04%
B=46.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101181050.040.8300.59297.2470.7324.12
Hex65126945303B1294718
Octal14522151412307345110730
Binary110010110010110100110010100110111011100101001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651269; }

 p { color: rgb(101,18,105); }

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

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

 a { background-color: rgb(101,18,105); }

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

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

 span { border-color: rgb(101,18,105); }

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