#62125A

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

Shades of Palatinate Purple #62125A

Tints of Palatinate Purple #62125A

Color information

#62125A (or 0x62125A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 5A. RGB value is (98,18,90). Sum of RGB (Red+Green+Blue) = 98+18+90=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 98 - color contains mainly: red. Hex color #62125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125A is #9DEDA5. Grayscale: #313131. Windows color (decimal): -10349990 or 5902946. OLE color: 5902946.

HSL color Cylindrical-coordinate representation of color #62125A: hue angle of 306º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #62125A is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB981890-
CMYK00.820.080.62
HSL306º68.97%22.75%-
HSV(B)306º81.63%38.43%-
XYZ7.13.7710.03-
YUV50.13150.5162.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=47.57%
G=8.74%
B=43.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98189000.820.080.6230668.9722.75
Hex62125A05283E1324517
Octal142221320122107646210527
Binary1100010100101011010010100101000111110100110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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