#62113C

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

Shades of Tyrian Purple #62113C

Tints of Tyrian Purple #62113C

Color information

#62113C (or 0x62113C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 11 and 3C. RGB value is (98,17,60). Sum of RGB (Red+Green+Blue) = 98+17+60=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62113C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62113C is #9DEEC3. Grayscale: #2E2E2E. Windows color (decimal): -10350276 or 3936610. OLE color: 3936610.

HSL color Cylindrical-coordinate representation of color #62113C: hue angle of 328.15º 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 #62113C is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB981760-
CMYK00.830.390.62
HSL328.15º70.43%22.55%-
HSV(B)328.15º82.65%38.43%-
XYZ6.053.324.6-
YUV46.12135.84165-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=56%
G=9.71%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98176000.830.390.62328.1570.4322.55
Hex62113C053273E1484617
Octal14221740123477651010627
Binary11000101000111110001010011100111111110101001000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62113C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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