#62023C

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

Shades of Tyrian Purple #62023C

Tints of Tyrian Purple #62023C

Color information

#62023C (or 0x62023C) is unknown color: approx Tyrian Purple. HEX triplet: 62, 02 and 3C. RGB value is (98,2,60). Sum of RGB (Red+Green+Blue) = 98+2+60=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62023C is #9DFDC3. Grayscale: #252525. Windows color (decimal): -10354116 or 3932770. OLE color: 3932770.

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

Color convert

RGB98260-
CMYK00.980.390.62
HSL323.75º96%19.61%-
HSV(B)323.75º97.96%38.43%-
XYZ5.872.974.54-
YUV37.32140.8171.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=61.25%
G=1.25%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9826000.980.390.62323.759619.61
Hex6223C062273E1446014
Octal1422740142477650414024
Binary11000101011110001100010100111111110101000100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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