#62003E

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

Shades of Tyrian Purple #62003E

Tints of Tyrian Purple #62003E

Color information

#62003E (or 0x62003E) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 3E. RGB value is (98,0,62). Sum of RGB (Red+Green+Blue) = 98+0+62=160 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 62 (24.61% from 255 or 38.75% from 160); Max value from RGB is 98 - color contains mainly: red. Hex color #62003E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #62003E is #9DFFC1. Grayscale: #242424. Windows color (decimal): -10354626 or 4063330. OLE color: 4063330.

HSL color Cylindrical-coordinate representation of color #62003E: hue angle of 322.04º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62003E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB98062-
CMYK010.370.62
HSL322.04º100%19.22%-
HSV(B)322.04º100%38.43%-
XYZ5.912.944.81-
YUV36.37142.47171.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 61.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 38.75%
R=61.25%
G=0%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98062010.370.62322.0410019.22
Hex6203E064253E1426413
Octal1420760144457650214423
Binary1100010011111001100100100101111110101000010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62003E; }

 p { color: rgb(98,0,62); }

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

<style>
 a { background-color: #62003E; }

 a { background-color: rgb(98,0,62); }

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

<style>
 span { border-color: #62003E; }

 span { border-color: rgb(98,0,62); }

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