#652353

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

Shades of Palatinate Purple #652353

Tints of Palatinate Purple #652353

Color information

#652353 (or 0x652353) is unknown color: approx Palatinate Purple. HEX triplet: 65, 23 and 53. RGB value is (101,35,83). Sum of RGB (Red+Green+Blue) = 101+35+83=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652353 is #9ADCAC. Grayscale: #3C3C3C. Windows color (decimal): -10149037 or 5448549. OLE color: 5448549.

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

Color convert

RGB1013583-
CMYK00.650.180.60
HSL316.36º48.53%26.67%-
HSV(B)316.36º65.35%39.61%-
XYZ7.534.598.67-
YUV60.21140.87157.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 83 (32.81% from 255) = 37.90%
R=46.12%
G=15.98%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101358300.650.180.60316.3648.5326.67
Hex652353041123C13c311b
Octal14543123010122744746133
Binary11001011000111010011010000011001011110010011110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652353; }

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

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

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

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

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

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

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

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