#62225A

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

Shades of Palatinate Purple #62225A

Tints of Palatinate Purple #62225A

Color information

#62225A (or 0x62225A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 22 and 5A. RGB value is (98,34,90). Sum of RGB (Red+Green+Blue) = 98+34+90=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #62225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62225A is #9DDDA5. Grayscale: #3B3B3B. Windows color (decimal): -10345894 or 5907042. OLE color: 5907042.

HSL color Cylindrical-coordinate representation of color #62225A: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #62225A is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB983490-
CMYK00.650.080.62
HSL307.5º48.48%25.88%-
HSV(B)307.5º65.31%38.43%-
XYZ7.454.4810.14-
YUV59.52145.2155.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 90 (35.55% from 255) = 40.54%
R=44.14%
G=15.32%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98349000.650.080.62307.548.4825.88
Hex62225A04183E134301a
Octal14242132010110764646032
Binary1100010100010101101001000001100011111010011010011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62225A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62225A; }

 p { color: rgb(98,34,90); }

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

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

 a { background-color: rgb(98,34,90); }

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

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

 span { border-color: rgb(98,34,90); }

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