Html Css Color HEX #620131 Tyrian Purple

📋 copy color: '#620131'

red 98 ◦ green 1 ◦ blue 49

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

Shades of Tyrian Purple #620131

Tints of Tyrian Purple #620131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 66.22%
G = 0.68%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#620131 (or 0x620131) is known color: Tyrian Purple. HEX triplet: 62, 01 and 31. RGB value is (98,1,49). Sum of RGB (Red+Green+Blue) = 98+1+49=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #620131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620131 is #9DFECE. Grayscale: #232323. Windows color (decimal): -10354383 or 3211618. OLE color: 3211618.

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

Color convert

RGB 98 1 49 -
CMYK 0 0.99 0.5 0.62
HSL 330.31º 0.98% 0.19% -
HSV(B) 330.31º 0.99% 0.38% -
XYZ 5.6 2.84 3.16 -
YUV 35.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 98 1 49 0 0.99 0.5 0.62 330.31 0.98 0.19
Hex 62 1 31 0 63 32 3E 14A 62 13
Octal 142 1 61 0 143 62 76 512 142 23
Binary 1100010 1 110001 0 1100011 110010 111110 101001010 1100010 10011

Color Harmonies of #620131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620131

Black with #620131

Text Example


Text Example

White with #620131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620131; }

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

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

background-color css

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

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

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

border-color css

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

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

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