#652863

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

Shades of Palatinate Purple #652863

Tints of Palatinate Purple #652863

Color information

#652863 (or 0x652863) is unknown color: approx Palatinate Purple. HEX triplet: 65, 28 and 63. RGB value is (101,40,99). Sum of RGB (Red+Green+Blue) = 101+40+99=240 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.08% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 101 - color contains mainly: red. Hex color #652863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652863 is #9AD79C. Grayscale: #404040. Windows color (decimal): -10147741 or 6498405. OLE color: 6498405.

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

Color convert

RGB1014099-
CMYK00.600.020.60
HSL301.97º43.26%27.65%-
HSV(B)301.97º60.4%39.61%-
XYZ8.385.1912.36-
YUV64.96147.21153.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.08%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 41.25%
R=42.08%
G=16.67%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101409900.600.020.60301.9743.2627.65
Hex65286303C23C12e2b1c
Octal145501430742744565334
Binary1100101101000110001101111001011110010010111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652863; }

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

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

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

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

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

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

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

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