#62215E

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

Shades of Palatinate Purple #62215E

Tints of Palatinate Purple #62215E

Color information

#62215E (or 0x62215E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 21 and 5E. RGB value is (98,33,94). Sum of RGB (Red+Green+Blue) = 98+33+94=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215E is #9DDEA1. Grayscale: #3B3B3B. Windows color (decimal): -10346146 or 6168930. OLE color: 6168930.

HSL color Cylindrical-coordinate representation of color #62215E: hue angle of 303.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #62215E is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB983394-
CMYK00.660.040.62
HSL303.69º49.62%25.69%-
HSV(B)303.69º66.33%38.43%-
XYZ7.64.4911.06-
YUV59.39147.53155.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=43.56%
G=14.67%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98339400.660.040.62303.6949.6225.69
Hex62215E04243E130321a
Octal1424113601024764606232
Binary110001010000110111100100001010011111010011000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62215E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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