#62033B

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

Shades of Tyrian Purple #62033B

Tints of Tyrian Purple #62033B

Color information

#62033B (or 0x62033B) is unknown color: approx Tyrian Purple. HEX triplet: 62, 03 and 3B. RGB value is (98,3,59). Sum of RGB (Red+Green+Blue) = 98+3+59=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62033B is #9DFCC4. Grayscale: #252525. Windows color (decimal): -10353861 or 3867490. OLE color: 3867490.

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

Color convert

RGB98359-
CMYK00.970.400.62
HSL324.63º94.06%19.8%-
HSV(B)324.63º96.94%38.43%-
XYZ5.862.984.4-
YUV37.79139.97170.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=61.25%
G=1.88%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9835900.970.400.62324.6394.0619.8
Hex6233B061283E1455e14
Octal1423730141507650513624
Binary11000101111101101100001101000111110101000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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