#62225E

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

Shades of Palatinate Purple #62225E

Tints of Palatinate Purple #62225E

Color information

#62225E (or 0x62225E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 22 and 5E. RGB value is (98,34,94). Sum of RGB (Red+Green+Blue) = 98+34+94=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62225E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62225E is #9DDDA1. Grayscale: #3B3B3B. Windows color (decimal): -10345890 or 6169186. OLE color: 6169186.

HSL color Cylindrical-coordinate representation of color #62225E: hue angle of 303.75º 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 #62225E is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB983494-
CMYK00.650.040.62
HSL303.75º48.48%25.88%-
HSV(B)303.75º65.31%38.43%-
XYZ7.634.5511.07-
YUV59.98147.2155.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=43.36%
G=15.04%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98349400.650.040.62303.7548.4825.88
Hex62225E04143E130301a
Octal1424213601014764606032
Binary110001010001010111100100000110011111010011000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62225E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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