Html Css Color HEX #620049 Tyrian Purple

📋 copy color: '#620049'

red 98 ◦ green 0 ◦ blue 73

#620049
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #620049

Tints of Tyrian Purple #620049

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 value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#620049 (or 0x620049) is known color: 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

RGB 98 0 73 -
CMYK 0 1 0.26 0.62
HSL 315.31º 1% 0.19% -
HSV(B) 315.31º 1% 0.38% -
XYZ 6.24 3.08 6.57 -
YUV 37.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 98 0 73 0 1 0.26 0.62 315.31 1 0.19
Hex 62 0 49 0 64 1A 3E 13B 64 13
Octal 142 0 111 0 144 32 76 473 144 23
Binary 1100010 0 1001001 0 1100100 11010 111110 100111011 1100100 10011

Color Harmonies of #620049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620049

Black with #620049

Text Example


Text Example

White with #620049

Text Example


Text Example

HTML Codes & Css Web 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>