Html Css Color HEX #621031 Tyrian Purple

📋 copy color: '#621031'

red 98 ◦ green 16 ◦ blue 49

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

Shades of Tyrian Purple #621031

Tints of Tyrian Purple #621031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

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

R = 60.12%
G = 9.82%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#621031 (or 0x621031) is known color: Tyrian Purple. HEX triplet: 62, 10 and 31. RGB value is (98,16,49). Sum of RGB (Red+Green+Blue) = 98+16+49=163 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.12% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 98 - color contains mainly: red. Hex color #621031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #621031 is #9DEFCE. Grayscale: #2C2C2C. Windows color (decimal): -10350543 or 3215458. OLE color: 3215458.

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

Color convert

RGB 98 16 49 -
CMYK 0 0.84 0.5 0.62
HSL 335.85º 0.72% 0.22% -
HSV(B) 335.85º 0.84% 0.38% -
XYZ 5.78 3.19 3.22 -
YUV 44.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 98 16 49 0 0.84 0.5 0.62 335.85 0.72 0.22
Hex 62 10 31 0 54 32 3E 150 48 16
Octal 142 20 61 0 124 62 76 520 110 26
Binary 1100010 10000 110001 0 1010100 110010 111110 101010000 1001000 10110

Color Harmonies of #621031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621031

Black with #621031

Text Example


Text Example

White with #621031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621031; }

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

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

background-color css

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

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

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

border-color css

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

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

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