#62093B

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

Shades of Tyrian Purple #62093B

Tints of Tyrian Purple #62093B

Color information

#62093B (or 0x62093B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 09 and 3B. RGB value is (98,9,59). Sum of RGB (Red+Green+Blue) = 98+9+59=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 9 (3.91% from 255 or 5.42% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62093B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62093B is #9DF6C4. Grayscale: #292929. Windows color (decimal): -10352325 or 3869026. OLE color: 3869026.

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

Color convert

RGB98959-
CMYK00.910.400.62
HSL326.29º83.18%20.98%-
HSV(B)326.29º90.82%38.43%-
XYZ5.923.114.43-
YUV41.31137.99168.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 59.04%
GREEN value IS 9 (3.91% from 255) = 5.42%
BLUE value IS 59 (23.44% from 255) = 35.54%
R=59.04%
G=5.42%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9895900.910.400.62326.2983.1820.98
Hex6293B05B283E1465315
Octal14211730133507650612325
Binary1100010100111101101011011101000111110101000110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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