#62095D

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

Shades of Palatinate Purple #62095D

Tints of Palatinate Purple #62095D

Color information

#62095D (or 0x62095D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 5D. RGB value is (98,9,93). Sum of RGB (Red+Green+Blue) = 98+9+93=200 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 98 - color contains mainly: red. Hex color #62095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62095D is #9DF6A2. Grayscale: #2C2C2C. Windows color (decimal): -10352291 or 6097250. OLE color: 6097250.

HSL color Cylindrical-coordinate representation of color #62095D: hue angle of 303.37º 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 #62095D is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB98993-
CMYK00.910.050.62
HSL303.37º83.18%20.98%-
HSV(B)303.37º90.82%38.43%-
XYZ7.113.5810.67-
YUV45.19154.99165.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 93 (36.72% from 255) = 46.5%
R=49%
G=4.5%
B=46.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9899300.910.050.62303.3783.1820.98
Hex6295D05B53E12f5315
Octal14211135013357645712325
Binary11000101001101110101011011101111110100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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