#651553

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

Shades of Palatinate Purple #651553

Tints of Palatinate Purple #651553

Color information

#651553 (or 0x651553) is unknown color: approx Palatinate Purple. HEX triplet: 65, 15 and 53. RGB value is (101,21,83). Sum of RGB (Red+Green+Blue) = 101+21+83=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #651553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651553 is #9AEAAC. Grayscale: #333333. Windows color (decimal): -10152621 or 5444965. OLE color: 5444965.

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

Color convert

RGB1012183-
CMYK00.790.180.60
HSL313.5º65.57%23.92%-
HSV(B)313.5º79.21%39.61%-
XYZ7.23.938.56-
YUV51.99145.5162.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 21 (8.59% from 255) = 10.24%
BLUE value IS 83 (32.81% from 255) = 40.49%
R=49.27%
G=10.24%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101218300.790.180.60313.565.5723.92
Hex65155304F123C13a4218
Octal145251230117227447210230
Binary11001011010110100110100111110010111100100111010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651553; }

 p { color: rgb(101,21,83); }

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

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

 a { background-color: rgb(101,21,83); }

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

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

 span { border-color: rgb(101,21,83); }

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