#652253

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

Shades of Palatinate Purple #652253

Tints of Palatinate Purple #652253

Color information

#652253 (or 0x652253) is unknown color: approx Palatinate Purple. HEX triplet: 65, 22 and 53. RGB value is (101,34,83). Sum of RGB (Red+Green+Blue) = 101+34+83=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #652253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652253 is #9ADDAC. Grayscale: #3B3B3B. Windows color (decimal): -10149293 or 5448293. OLE color: 5448293.

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

Color convert

RGB1013483-
CMYK00.660.180.60
HSL316.12º49.63%26.47%-
HSV(B)316.12º66.34%39.61%-
XYZ7.54.548.66-
YUV59.62141.2157.52-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 34 (13.67% from 255) = 15.60%
BLUE value IS 83 (32.81% from 255) = 38.07%
R=46.33%
G=15.60%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101348300.660.180.60316.1249.6326.47
Hex652253042123C13c321a
Octal14542123010222744746232
Binary11001011000101010011010000101001011110010011110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652253; }

 p { color: rgb(101,34,83); }

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

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

 a { background-color: rgb(101,34,83); }

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

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

 span { border-color: rgb(101,34,83); }

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