#653163

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

Shades of Palatinate Purple #653163

Tints of Palatinate Purple #653163

Color information

#653163 (or 0x653163) is unknown color: approx Palatinate Purple. HEX triplet: 65, 31 and 63. RGB value is (101,49,99). Sum of RGB (Red+Green+Blue) = 101+49+99=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 101 - color contains mainly: red. Hex color #653163 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653163 is #9ACE9C. Grayscale: #464646. Windows color (decimal): -10145437 or 6500709. OLE color: 6500709.

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

Color convert

RGB1014999-
CMYK00.510.020.60
HSL302.31º34.67%29.41%-
HSV(B)302.31º51.49%39.61%-
XYZ8.725.8612.48-
YUV70.25144.23149.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.56%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=40.56%
G=19.68%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101499900.510.020.60302.3134.6729.41
Hex65316303323C12e231d
Octal145611430632744564335
Binary1100101110001110001101100111011110010010111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653163; }

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

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

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

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

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

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

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

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