#620049

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

Shades of Tyrian Purple #620049

Tints of Tyrian Purple #620049

Color information

#620049 (or 0x620049) is unknown color: approx Tyrian Purple. HEX triplet: 62, 00 and 49. RGB value is (98,0,73). Sum of RGB (Red+Green+Blue) = 98+0+73=171 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.31% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 98 - color contains mainly: red. Hex color #620049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620049 is #9DFFB6. Grayscale: #252525. Windows color (decimal): -10354615 or 4784226. OLE color: 4784226.

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

Color convert

RGB98073-
CMYK010.260.62
HSL315.31º100%19.22%-
HSV(B)315.31º100%38.43%-
XYZ6.243.086.57-
YUV37.62147.97171.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 73 (28.91% from 255) = 42.69%
R=57.31%
G=0%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98073010.260.62315.3110019.22
Hex620490641A3E13b6413
Octal14201110144327647314423
Binary1100010010010010110010011010111110100111011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620049; }

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

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

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

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

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

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

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

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