#62013E

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

Shades of Tyrian Purple #62013E

Tints of Tyrian Purple #62013E

Color information

#62013E (or 0x62013E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 3E. RGB value is (98,1,62). Sum of RGB (Red+Green+Blue) = 98+1+62=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62013E is #9DFEC1. Grayscale: #242424. Windows color (decimal): -10354370 or 4063586. OLE color: 4063586.

HSL color Cylindrical-coordinate representation of color #62013E: hue angle of 322.27º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62013E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB98162-
CMYK00.990.370.62
HSL322.27º97.98%19.41%-
HSV(B)322.27º98.98%38.43%-
XYZ5.922.974.82-
YUV36.96142.14171.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=60.87%
G=0.62%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816200.990.370.62322.2797.9819.41
Hex6213E063253E1426213
Octal1421760143457650214223
Binary1100010111111001100011100101111110101000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62013E; }

 p { color: rgb(98,1,62); }

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

<style>
 a { background-color: #62013E; }

 a { background-color: rgb(98,1,62); }

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

<style>
 span { border-color: #62013E; }

 span { border-color: rgb(98,1,62); }

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