#652152

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

Shades of Palatinate Purple #652152

Tints of Palatinate Purple #652152

Color information

#652152 (or 0x652152) is unknown color: approx Palatinate Purple. HEX triplet: 65, 21 and 52. RGB value is (101,33,82). Sum of RGB (Red+Green+Blue) = 101+33+82=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #652152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652152 is #9ADEAD. Grayscale: #3A3A3A. Windows color (decimal): -10149550 or 5382501. OLE color: 5382501.

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

Color convert

RGB1013382-
CMYK00.670.190.60
HSL316.76º50.75%26.27%-
HSV(B)316.76º67.33%39.61%-
XYZ7.434.468.45-
YUV58.92141.03158.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.76%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 82 (32.42% from 255) = 37.96%
R=46.76%
G=15.28%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101338200.670.190.60316.7650.7526.27
Hex652152043133C13d331a
Octal14541122010323744756332
Binary11001011000011010010010000111001111110010011110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652152; }

 p { color: rgb(101,33,82); }

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

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

 a { background-color: rgb(101,33,82); }

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

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

 span { border-color: rgb(101,33,82); }

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