#62113A

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

Shades of Tyrian Purple #62113A

Tints of Tyrian Purple #62113A

Color information

#62113A (or 0x62113A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 11 and 3A. RGB value is (98,17,58). Sum of RGB (Red+Green+Blue) = 98+17+58=173 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.65% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 98 - color contains mainly: red. Hex color #62113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62113A is #9DEEC5. Grayscale: #2D2D2D. Windows color (decimal): -10350278 or 3805538. OLE color: 3805538.

HSL color Cylindrical-coordinate representation of color #62113A: hue angle of 329.63º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62113A is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB981758-
CMYK00.830.410.62
HSL329.63º70.43%22.55%-
HSV(B)329.63º82.65%38.43%-
XYZ63.34.32-
YUV45.89134.84165.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.65%
GREEN value IS 17 (7.03% from 255) = 9.83%
BLUE value IS 58 (23.05% from 255) = 33.53%
R=56.65%
G=9.83%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98175800.830.410.62329.6370.4322.55
Hex62113A053293E14a4617
Octal14221720123517651210627
Binary11000101000111101001010011101001111110101001010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62113A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62113A; }

 p { color: rgb(98,17,58); }

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

<style>
 a { background-color: #62113A; }

 a { background-color: rgb(98,17,58); }

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

<style>
 span { border-color: #62113A; }

 span { border-color: rgb(98,17,58); }

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