#652354

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

Shades of Palatinate Purple #652354

Tints of Palatinate Purple #652354

Color information

#652354 (or 0x652354) is unknown color: approx Palatinate Purple. HEX triplet: 65, 23 and 54. RGB value is (101,35,84). Sum of RGB (Red+Green+Blue) = 101+35+84=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #652354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652354 is #9ADCAB. Grayscale: #3C3C3C. Windows color (decimal): -10149036 or 5514085. OLE color: 5514085.

HSL color Cylindrical-coordinate representation of color #652354: hue angle of 315.45º 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 #652354 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB1013584-
CMYK00.650.170.60
HSL315.45º48.53%26.67%-
HSV(B)315.45º65.35%39.61%-
XYZ7.574.618.88-
YUV60.32141.37157.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 35 (14.06% from 255) = 15.91%
BLUE value IS 84 (33.20% from 255) = 38.18%
R=45.91%
G=15.91%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101358400.650.170.60315.4548.5326.67
Hex652354041113C13b311b
Octal14543124010121744736133
Binary11001011000111010100010000011000111110010011101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652354; }

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

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

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

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

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

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

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

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