#62126B

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

Shades of Palatinate Purple #62126B

Tints of Palatinate Purple #62126B

Color information

#62126B (or 0x62126B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 6B. RGB value is (98,18,107). Sum of RGB (Red+Green+Blue) = 98+18+107=223 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.95% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #62126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62126B is #9DED94. Grayscale: #333333. Windows color (decimal): -10349973 or 7017058. OLE color: 7017058.

HSL color Cylindrical-coordinate representation of color #62126B: hue angle of 293.93º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62126B is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9818107-
CMYK0.080.8300.58
HSL293.93º71.2%24.51%-
HSV(B)293.93º83.18%41.96%-
XYZ7.914.0914.28-
YUV52.07159160.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.95%
GREEN value IS 18 (7.42% from 255) = 8.07%
BLUE value IS 107 (42.19% from 255) = 47.98%
R=43.95%
G=8.07%
B=47.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98181070.080.8300.58293.9371.224.51
Hex62126B85303A1264719
Octal142221531012307244610731
Binary1100010100101101011100010100110111010100100110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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