#62215F

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

Shades of Palatinate Purple #62215F

Tints of Palatinate Purple #62215F

Color information

#62215F (or 0x62215F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 21 and 5F. RGB value is (98,33,95). Sum of RGB (Red+Green+Blue) = 98+33+95=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62215F is #9DDEA0. Grayscale: #3B3B3B. Windows color (decimal): -10346145 or 6234466. OLE color: 6234466.

HSL color Cylindrical-coordinate representation of color #62215F: hue angle of 302.77º 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 #62215F is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB983395-
CMYK00.660.030.62
HSL302.77º49.62%25.69%-
HSV(B)302.77º66.33%38.43%-
XYZ7.654.5111.29-
YUV59.5148.03155.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.36%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=43.36%
G=14.60%
B=42.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98339500.660.030.62302.7749.6225.69
Hex62215F04233E12f321a
Octal1424113701023764576232
Binary11000101000011011111010000101111111010010111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62215F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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