#651469

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

Shades of Palatinate Purple #651469

Tints of Palatinate Purple #651469

Color information

#651469 (or 0x651469) is unknown color: approx Palatinate Purple. HEX triplet: 65, 14 and 69. RGB value is (101,20,105). Sum of RGB (Red+Green+Blue) = 101+20+105=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 20 (8.20% from 255 or 8.85% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #651469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651469 is #9AEB96. Grayscale: #353535. Windows color (decimal): -10152855 or 6886501. OLE color: 6886501.

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

Color convert

RGB10120105-
CMYK0.040.8100.59
HSL297.18º68%24.51%-
HSV(B)297.18º80.95%41.18%-
XYZ8.174.2913.76-
YUV53.91156.84161.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 20 (8.20% from 255) = 8.85%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=44.69%
G=8.85%
B=46.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101201050.040.8100.59297.186824.51
Hex65146945103B1294419
Octal14524151412107345110431
Binary110010110100110100110010100010111011100101001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651469; }

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

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

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

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

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

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

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

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