Html Css Color HEX #620F31 Tyrian Purple

📋 copy color: '#620F31'

red 98 ◦ green 15 ◦ blue 49

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

Shades of Tyrian Purple #620F31

Tints of Tyrian Purple #620F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

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

R = 60.49%
G = 9.26%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.5

 K value IS 0.62

RGB Variations

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

Color information

#620F31 (or 0x620F31) is known color: Tyrian Purple. HEX triplet: 62, 0F and 31. RGB value is (98,15,49). Sum of RGB (Red+Green+Blue) = 98+15+49=162 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.49% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 98 - color contains mainly: red. Hex color #620F31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #620F31 is #9DF0CE. Grayscale: #2B2B2B. Windows color (decimal): -10350799 or 3215202. OLE color: 3215202.

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

Color convert

RGB 98 15 49 -
CMYK 0 0.85 0.5 0.62
HSL 335.42º 0.73% 0.22% -
HSV(B) 335.42º 0.85% 0.38% -
XYZ 5.76 3.16 3.21 -
YUV 43.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 98 15 49 0 0.85 0.5 0.62 335.42 0.73 0.22
Hex 62 F 31 0 55 32 3E 14F 49 16
Octal 142 17 61 0 125 62 76 517 111 26
Binary 1100010 1111 110001 0 1010101 110010 111110 101001111 1001001 10110

Color Harmonies of #620F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #620F31

Black with #620F31

Text Example


Text Example

White with #620F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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