#62125B

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

Shades of Palatinate Purple #62125B

Tints of Palatinate Purple #62125B

Color information

#62125B (or 0x62125B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 5B. RGB value is (98,18,91). Sum of RGB (Red+Green+Blue) = 98+18+91=207 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.34% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 98 - color contains mainly: red. Hex color #62125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125B is #9DEDA4. Grayscale: #323232. Windows color (decimal): -10349989 or 5968482. OLE color: 5968482.

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

Color convert

RGB981891-
CMYK00.820.070.62
HSL305.25º68.97%22.75%-
HSV(B)305.25º81.63%38.43%-
XYZ7.143.7810.25-
YUV50.24151162.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.34%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=47.34%
G=8.70%
B=43.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98189100.820.070.62305.2568.9722.75
Hex62125B05273E1314517
Octal14222133012277646110527
Binary110001010010101101101010010111111110100110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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