#651363

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

Shades of Palatinate Purple #651363

Tints of Palatinate Purple #651363

Color information

#651363 (or 0x651363) is unknown color: approx Palatinate Purple. HEX triplet: 65, 13 and 63. RGB value is (101,19,99). Sum of RGB (Red+Green+Blue) = 101+19+99=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #651363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651363 is #9AEC9C. Grayscale: #343434. Windows color (decimal): -10153117 or 6493029. OLE color: 6493029.

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

Color convert

RGB1011999-
CMYK00.810.020.60
HSL301.46º68.33%23.53%-
HSV(B)301.46º81.19%39.61%-
XYZ7.854.1312.19-
YUV52.64154.17162.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 99 (39.06% from 255) = 45.21%
R=46.12%
G=8.68%
B=45.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101199900.810.020.60301.4668.3323.53
Hex65136305123C12d4418
Octal14523143012127445510430
Binary11001011001111000110101000110111100100101101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651363; }

 p { color: rgb(101,19,99); }

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

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

 a { background-color: rgb(101,19,99); }

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

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

 span { border-color: rgb(101,19,99); }

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