#653055

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

Shades of Palatinate Purple #653055

Tints of Palatinate Purple #653055

Color information

#653055 (or 0x653055) is unknown color: approx Palatinate Purple. HEX triplet: 65, 30 and 55. RGB value is (101,48,85). Sum of RGB (Red+Green+Blue) = 101+48+85=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #653055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653055 is #9ACFAA. Grayscale: #434343. Windows color (decimal): -10145707 or 5582949. OLE color: 5582949.

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

Color convert

RGB1014885-
CMYK00.520.160.60
HSL318.11º35.57%29.22%-
HSV(B)318.11º52.48%39.61%-
XYZ8.065.549.24-
YUV68.06137.56151.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 85 (33.59% from 255) = 36.32%
R=43.16%
G=20.51%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101488500.520.160.60318.1135.5729.22
Hex653055034103C13e241d
Octal1456012506420744764435
Binary1100101110000101010101101001000011110010011111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653055; }

 p { color: rgb(101,48,85); }

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

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

 a { background-color: rgb(101,48,85); }

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

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

 span { border-color: rgb(101,48,85); }

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