#652F54

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

Shades of Palatinate Purple #652F54

Tints of Palatinate Purple #652F54

Color information

#652F54 (or 0x652F54) is unknown color: approx Palatinate Purple. HEX triplet: 65, 2F and 54. RGB value is (101,47,84). Sum of RGB (Red+Green+Blue) = 101+47+84=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #652F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F54 is #9AD0AB. Grayscale: #434343. Windows color (decimal): -10145964 or 5517157. OLE color: 5517157.

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

Color convert

RGB1014784-
CMYK00.530.170.60
HSL318.89º36.49%29.02%-
HSV(B)318.89º53.47%39.61%-
XYZ7.985.449.02-
YUV67.36137.39151.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.53%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 84 (33.20% from 255) = 36.21%
R=43.53%
G=20.26%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101478400.530.170.60318.8936.4929.02
Hex652F54035113C13f241d
Octal1455712406521744774435
Binary1100101101111101010001101011000111110010011111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,47,84); }

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

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

 a { background-color: rgb(101,47,84); }

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

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

 span { border-color: rgb(101,47,84); }

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