#62004D

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

Shades of Tyrian Purple #62004D

Tints of Tyrian Purple #62004D

Color information

#62004D (or 0x62004D) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 4D. RGB value is (98,0,77). Sum of RGB (Red+Green+Blue) = 98+0+77=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62004D is #9DFFB2. Grayscale: #252525. Windows color (decimal): -10354611 or 5046370. OLE color: 5046370.

HSL color Cylindrical-coordinate representation of color #62004D: hue angle of 312.86º 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 #62004D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB98077-
CMYK010.210.62
HSL312.86º100%19.22%-
HSV(B)312.86º100%38.43%-
XYZ6.383.137.29-
YUV38.08149.97170.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 44%
R=56%
G=0%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98077010.210.62312.8610019.22
Hex6204D064153E1396413
Octal14201150144257647114423
Binary1100010010011010110010010101111110100111001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62004D; }

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

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

<style>
 a { background-color: #62004D; }

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

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

<style>
 span { border-color: #62004D; }

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

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