#652452

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

Shades of Palatinate Purple #652452

Tints of Palatinate Purple #652452

Color information

#652452 (or 0x652452) is unknown color: approx Palatinate Purple. HEX triplet: 65, 24 and 52. RGB value is (101,36,82). Sum of RGB (Red+Green+Blue) = 101+36+82=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652452 is #9ADBAD. Grayscale: #3C3C3C. Windows color (decimal): -10148782 or 5383269. OLE color: 5383269.

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

Color convert

RGB1013682-
CMYK00.640.190.60
HSL317.54º47.45%26.86%-
HSV(B)317.54º64.36%39.61%-
XYZ7.524.648.48-
YUV60.68140.03156.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 36 (14.45% from 255) = 16.44%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=46.12%
G=16.44%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101368200.640.190.60317.5447.4526.86
Hex652452040133C13e2f1b
Octal14544122010023744765733
Binary11001011001001010010010000001001111110010011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652452; }

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

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

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

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

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

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

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

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