Html Css Color HEX #620E49 Tyrian Purple

📋 copy color: '#620E49'

red 98 ◦ green 14 ◦ blue 73

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

Shades of Tyrian Purple #620E49

Tints of Tyrian Purple #620E49

RGB

 RED value IS 98 (38.67% from 255) = 52.97%

 GREEN value IS 14 (5.86% from 255) = 7.57%

 BLUE value IS 73 (28.91% from 255) = 39.46%

R = 52.97%
G = 7.57%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#620E49 (or 0x620E49) is known color: Tyrian Purple. HEX triplet: 62, 0E and 49. RGB value is (98,14,73). Sum of RGB (Red+Green+Blue) = 98+14+73=185 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.97% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 98 - color contains mainly: red. Hex color #620E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620E49 is #9DF1B6. Grayscale: #2D2D2D. Windows color (decimal): -10351031 or 4787810. OLE color: 4787810.

HSL color Cylindrical-coordinate representation of color #620E49: hue angle of 317.86º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620E49 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 14 73 -
CMYK 0 0.86 0.26 0.62
HSL 317.86º 0.75% 0.22% -
HSV(B) 317.86º 0.86% 0.38% -
XYZ 6.4 3.39 6.62 -
YUV 45.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 98 14 73 0 0.86 0.26 0.62 317.86 0.75 0.22
Hex 62 E 49 0 56 1A 3E 13E 4B 16
Octal 142 16 111 0 126 32 76 476 113 26
Binary 1100010 1110 1001001 0 1010110 11010 111110 100111110 1001011 10110

Color Harmonies of #620E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620E49

Black with #620E49

Text Example


Text Example

White with #620E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620E49; }

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

 H1.HeaderClassName
 {
   color: #620E49;
 }
 .AnyTagClassName
 {
   color: #620E49;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #620E49;
 }
 .BgClassName
 {
   background-color: #620E49;
 }
</style>

border-color css

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

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

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