#62125E

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

Shades of Palatinate Purple #62125E

Tints of Palatinate Purple #62125E

Color information

#62125E (or 0x62125E) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 5E. RGB value is (98,18,94). Sum of RGB (Red+Green+Blue) = 98+18+94=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #62125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62125E is #9DEDA1. Grayscale: #323232. Windows color (decimal): -10349986 or 6165090. OLE color: 6165090.

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

Color convert

RGB981894-
CMYK00.820.040.62
HSL303º68.97%22.75%-
HSV(B)303º81.63%38.43%-
XYZ7.273.8410.95-
YUV50.58152.5161.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=46.67%
G=8.57%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98189400.820.040.6230368.9722.75
Hex62125E05243E12f4517
Octal14222136012247645710527
Binary110001010010101111001010010100111110100101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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