Html Css Color HEX #620031 Tyrian Purple

📋 copy color: '#620031'

red 98 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #620031

Tints of Tyrian Purple #620031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#620031 (or 0x620031) is known color: Tyrian Purple. HEX triplet: 62, 00 and 31. RGB value is (98,0,49). Sum of RGB (Red+Green+Blue) = 98+0+49=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 49 (19.53% from 255 or 33.33% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #620031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620031 is #9DFFCE. Grayscale: #222222. Windows color (decimal): -10354639 or 3211362. OLE color: 3211362.

HSL color Cylindrical-coordinate representation of color #620031: hue angle of 330º 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 #620031 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 0 49 -
CMYK 0 1 0.5 0.62
HSL 330º 1% 0.19% -
HSV(B) 330º 1% 0.38% -
XYZ 5.59 2.82 3.16 -
YUV 34.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 98 0 49 0 1 0.5 0.62 330 1 0.19
Hex 62 0 31 0 64 32 3E 14A 64 13
Octal 142 0 61 0 144 62 76 512 144 23
Binary 1100010 0 110001 0 1100100 110010 111110 101001010 1100100 10011

Color Harmonies of #620031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620031

Black with #620031

Text Example


Text Example

White with #620031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #620031; }

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

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

background-color css

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

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

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

border-color css

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

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

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