#62125D

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

Shades of Palatinate Purple #62125D

Tints of Palatinate Purple #62125D

Color information

#62125D (or 0x62125D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 5D. RGB value is (98,18,93). Sum of RGB (Red+Green+Blue) = 98+18+93=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125D is #9DEDA2. Grayscale: #323232. Windows color (decimal): -10349987 or 6099554. OLE color: 6099554.

HSL color Cylindrical-coordinate representation of color #62125D: hue angle of 303.75º 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 #62125D is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB981893-
CMYK00.820.050.62
HSL303.75º68.97%22.75%-
HSV(B)303.75º81.63%38.43%-
XYZ7.233.8210.71-
YUV50.47152161.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 18 (7.42% from 255) = 8.61%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=46.89%
G=8.61%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98189300.820.050.62303.7568.9722.75
Hex62125D05253E1304517
Octal14222135012257646010527
Binary110001010010101110101010010101111110100110000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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