Html Css Color HEX #621131 Tyrian Purple

📋 copy color: '#621131'

red 98 ◦ green 17 ◦ blue 49

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

Shades of Tyrian Purple #621131

Tints of Tyrian Purple #621131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 59.76%
G = 10.37%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#621131 (or 0x621131) is known color: Tyrian Purple. HEX triplet: 62, 11 and 31. RGB value is (98,17,49). Sum of RGB (Red+Green+Blue) = 98+17+49=164 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.76% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 98 - color contains mainly: red. Hex color #621131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621131 is #9DEECE. Grayscale: #2C2C2C. Windows color (decimal): -10350287 or 3215714. OLE color: 3215714.

HSL color Cylindrical-coordinate representation of color #621131: hue angle of 336.3º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621131 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 49 -
CMYK 0 0.83 0.5 0.62
HSL 336.3º 0.7% 0.23% -
HSV(B) 336.3º 0.83% 0.38% -
XYZ 5.79 3.22 3.22 -
YUV 44.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 98 17 49 0 0.83 0.5 0.62 336.3 0.7 0.23
Hex 62 11 31 0 53 32 3E 150 46 17
Octal 142 21 61 0 123 62 76 520 106 27
Binary 1100010 10001 110001 0 1010011 110010 111110 101010000 1000110 10111

Color Harmonies of #621131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621131

Black with #621131

Text Example


Text Example

White with #621131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621131; }

 p { color: rgb(98,17,49); }

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

background-color css

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

 a { background-color: rgb(98,17,49); }

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

border-color css

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

 span { border-color: rgb(98,17,49); }

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