#62043A

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

Shades of Tyrian Purple #62043A

Tints of Tyrian Purple #62043A

Color information

#62043A (or 0x62043A) is unknown color: approx Tyrian Purple. HEX triplet: 62, 04 and 3A. RGB value is (98,4,58). Sum of RGB (Red+Green+Blue) = 98+4+58=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62043A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62043A is #9DFBC5. Grayscale: #262626. Windows color (decimal): -10353606 or 3802210. OLE color: 3802210.

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

Color convert

RGB98458-
CMYK00.960.410.62
HSL325.53º92.16%20%-
HSV(B)325.53º95.92%38.43%-
XYZ5.842.994.27-
YUV38.26139.14170.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 4 (1.95% from 255) = 2.5%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=61.25%
G=2.5%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9845800.960.410.62325.5392.1620
Hex6243A060293E1465c14
Octal1424720140517650613424
Binary110001010011101001100000101001111110101000110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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