#652254

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

Shades of Palatinate Purple #652254

Tints of Palatinate Purple #652254

Color information

#652254 (or 0x652254) is unknown color: approx Palatinate Purple. HEX triplet: 65, 22 and 54. RGB value is (101,34,84). Sum of RGB (Red+Green+Blue) = 101+34+84=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 84 (33.20% from 255 or 38.36% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652254 is #9ADDAB. Grayscale: #3B3B3B. Windows color (decimal): -10149292 or 5513829. OLE color: 5513829.

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

Color convert

RGB1013484-
CMYK00.660.170.60
HSL315.22º49.63%26.47%-
HSV(B)315.22º66.34%39.61%-
XYZ7.544.558.87-
YUV59.73141.7157.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 84 (33.20% from 255) = 38.36%
R=46.12%
G=15.53%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101348400.660.170.60315.2249.6326.47
Hex652254042113C13b321a
Octal14542124010221744736232
Binary11001011000101010100010000101000111110010011101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652254; }

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

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

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

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

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

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

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

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