#62013C

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

Shades of Tyrian Purple #62013C

Tints of Tyrian Purple #62013C

Color information

#62013C (or 0x62013C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 01 and 3C. RGB value is (98,1,60). Sum of RGB (Red+Green+Blue) = 98+1+60=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62013C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62013C is #9DFEC3. Grayscale: #242424. Windows color (decimal): -10354372 or 3932514. OLE color: 3932514.

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

Color convert

RGB98160-
CMYK00.990.390.62
HSL323.51º97.98%19.41%-
HSV(B)323.51º98.98%38.43%-
XYZ5.862.944.53-
YUV36.73141.14171.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=61.64%
G=0.63%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9816000.990.390.62323.5197.9819.41
Hex6213C063273E1446213
Octal1421740143477650414223
Binary1100010111110001100011100111111110101000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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