#62135E

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

Shades of Palatinate Purple #62135E

Tints of Palatinate Purple #62135E

Color information

#62135E (or 0x62135E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 5E. RGB value is (98,19,94). Sum of RGB (Red+Green+Blue) = 98+19+94=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62135E is #9DECA1. Grayscale: #323232. Windows color (decimal): -10349730 or 6165346. OLE color: 6165346.

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

Color convert

RGB981994-
CMYK00.810.040.62
HSL303.04º67.52%22.94%-
HSV(B)303.04º80.61%38.43%-
XYZ7.293.8710.95-
YUV51.17152.17161.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=46.45%
G=9.00%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98199400.810.040.62303.0467.5222.94
Hex62135E05143E12f4417
Octal14223136012147645710427
Binary110001010011101111001010001100111110100101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62135E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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