#62023B

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

Shades of Tyrian Purple #62023B

Tints of Tyrian Purple #62023B

Color information

#62023B (or 0x62023B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 3B. RGB value is (98,2,59). Sum of RGB (Red+Green+Blue) = 98+2+59=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62023B is #9DFDC4. Grayscale: #252525. Windows color (decimal): -10354117 or 3867234. OLE color: 3867234.

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

Color convert

RGB98259-
CMYK00.980.400.62
HSL324.38º96%19.61%-
HSV(B)324.38º97.96%38.43%-
XYZ5.852.964.4-
YUV37.2140.3171.37-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 2 (1.17% from 255) = 1.26%
BLUE value IS 59 (23.44% from 255) = 37.11%
R=61.64%
G=1.26%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9825900.980.400.62324.389619.61
Hex6223B062283E1446014
Octal1422730142507650414024
Binary11000101011101101100010101000111110101000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62023B; }

 p { color: rgb(98,2,59); }

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

<style>
 a { background-color: #62023B; }

 a { background-color: rgb(98,2,59); }

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

<style>
 span { border-color: #62023B; }

 span { border-color: rgb(98,2,59); }

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