#62125F

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

Shades of Palatinate Purple #62125F

Tints of Palatinate Purple #62125F

Color information

#62125F (or 0x62125F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 5F. RGB value is (98,18,95). Sum of RGB (Red+Green+Blue) = 98+18+95=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 95 (37.5% from 255 or 45.02% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #62125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125F is #9DEDA0. Grayscale: #323232. Windows color (decimal): -10349985 or 6230626. OLE color: 6230626.

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

Color convert

RGB981895-
CMYK00.820.030.62
HSL302.25º68.97%22.75%-
HSV(B)302.25º81.63%38.43%-
XYZ7.323.8611.18-
YUV50.7153161.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 95 (37.5% from 255) = 45.02%
R=46.45%
G=8.53%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98189500.820.030.62302.2568.9722.75
Hex62125F05233E12e4517
Octal14222137012237645610527
Binary11000101001010111110101001011111110100101110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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