Html Css Color HEX #62114D Tyrian Purple

📋 copy color: '#62114D'

red 98 ◦ green 17 ◦ blue 77

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

Shades of Tyrian Purple #62114D

Tints of Tyrian Purple #62114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 51.04%
G = 8.85%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#62114D (or 0x62114D) is known color: Tyrian Purple. HEX triplet: 62, 11 and 4D. RGB value is (98,17,77). Sum of RGB (Red+Green+Blue) = 98+17+77=192 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.04% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 98 - color contains mainly: red. Hex color #62114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62114D is #9DEEB2. Grayscale: #2F2F2F. Windows color (decimal): -10350259 or 5050722. OLE color: 5050722.

HSL color Cylindrical-coordinate representation of color #62114D: hue angle of 315.56º 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 #62114D is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 17 77 -
CMYK 0 0.83 0.21 0.62
HSL 315.56º 0.7% 0.23% -
HSV(B) 315.56º 0.83% 0.38% -
XYZ 6.58 3.53 7.36 -
YUV 48.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 98 17 77 0 0.83 0.21 0.62 315.56 0.7 0.23
Hex 62 11 4D 0 53 15 3E 13C 46 17
Octal 142 21 115 0 123 25 76 474 106 27
Binary 1100010 10001 1001101 0 1010011 10101 111110 100111100 1000110 10111

Color Harmonies of #62114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62114D

Black with #62114D

Text Example


Text Example

White with #62114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62114D; }

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

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

background-color css

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

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

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

border-color css

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

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

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