#652C55

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

Shades of Palatinate Purple #652C55

Tints of Palatinate Purple #652C55

Color information

#652C55 (or 0x652C55) is unknown color: approx Palatinate Purple. HEX triplet: 65, 2C and 55. RGB value is (101,44,85). Sum of RGB (Red+Green+Blue) = 101+44+85=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 85 (33.59% from 255 or 36.96% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #652C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C55 is #9AD3AA. Grayscale: #414141. Windows color (decimal): -10146731 or 5581925. OLE color: 5581925.

HSL color Cylindrical-coordinate representation of color #652C55: hue angle of 316.84º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C55 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1014485-
CMYK00.560.160.60
HSL316.84º39.31%28.43%-
HSV(B)316.84º56.44%39.61%-
XYZ7.915.229.19-
YUV65.72138.88153.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.91%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 85 (33.59% from 255) = 36.96%
R=43.91%
G=19.13%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101448500.560.160.60316.8439.3128.43
Hex652C55038103C13d271c
Octal1455412507020744754734
Binary1100101101100101010101110001000011110010011110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652C55; }

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

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

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

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

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

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

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

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