#62135F

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

Shades of Palatinate Purple #62135F

Tints of Palatinate Purple #62135F

Color information

#62135F (or 0x62135F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 5F. RGB value is (98,19,95). Sum of RGB (Red+Green+Blue) = 98+19+95=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62135F is #9DECA0. Grayscale: #333333. Windows color (decimal): -10349729 or 6230882. OLE color: 6230882.

HSL color Cylindrical-coordinate representation of color #62135F: hue angle of 302.28º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #62135F is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB981995-
CMYK00.810.030.62
HSL302.28º67.52%22.94%-
HSV(B)302.28º80.61%38.43%-
XYZ7.343.8911.19-
YUV51.28152.67161.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 19 (7.81% from 255) = 8.96%
BLUE value IS 95 (37.5% from 255) = 44.81%
R=46.23%
G=8.96%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98199500.810.030.62302.2867.5222.94
Hex62135F05133E12e4417
Octal14223137012137645610427
Binary11000101001110111110101000111111110100101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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