#62095B

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

Shades of Palatinate Purple #62095B

Tints of Palatinate Purple #62095B

Color information

#62095B (or 0x62095B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 5B. RGB value is (98,9,91). Sum of RGB (Red+Green+Blue) = 98+9+91=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 98 - color contains mainly: red. Hex color #62095B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62095B is #9DF6A4. Grayscale: #2C2C2C. Windows color (decimal): -10352293 or 5966178. OLE color: 5966178.

HSL color Cylindrical-coordinate representation of color #62095B: hue angle of 304.72º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #62095B is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB98991-
CMYK00.910.070.62
HSL304.72º83.18%20.98%-
HSV(B)304.72º90.82%38.43%-
XYZ7.023.5510.21-
YUV44.96153.99165.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=49.49%
G=4.55%
B=45.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9899100.910.070.62304.7283.1820.98
Hex6295B05B73E1315315
Octal14211133013377646112325
Binary11000101001101101101011011111111110100110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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