#62135A

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

Shades of Palatinate Purple #62135A

Tints of Palatinate Purple #62135A

Color information

#62135A (or 0x62135A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 5A. RGB value is (98,19,90). Sum of RGB (Red+Green+Blue) = 98+19+90=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62135A is #9DECA5. Grayscale: #323232. Windows color (decimal): -10349734 or 5903202. OLE color: 5903202.

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

Color convert

RGB981990-
CMYK00.810.080.62
HSL306.08º67.52%22.94%-
HSV(B)306.08º80.61%38.43%-
XYZ7.123.810.03-
YUV50.72150.17161.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=47.34%
G=9.18%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98199000.810.080.62306.0867.5222.94
Hex62135A05183E1324417
Octal142231320121107646210427
Binary1100010100111011010010100011000111110100110010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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