Html Css Color HEX #61114D Tyrian Purple

📋 copy color: '#61114D'

red 97 ◦ green 17 ◦ blue 77

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

Shades of Tyrian Purple #61114D

Tints of Tyrian Purple #61114D

RGB

 RED value IS 97 (38.28% from 255) = 50.79%

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

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

R = 50.79%
G = 8.9%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61114D (or 0x61114D) is known color: Tyrian Purple. HEX triplet: 61, 11 and 4D. RGB value is (97,17,77). Sum of RGB (Red+Green+Blue) = 97+17+77=191 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.79% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 97 - color contains mainly: red. Hex color #61114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61114D is #9EEEB2. Grayscale: #2F2F2F. Windows color (decimal): -10415795 or 5050721. OLE color: 5050721.

HSL color Cylindrical-coordinate representation of color #61114D: hue angle of 315º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61114D is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 77 -
CMYK 0 0.82 0.21 0.62
HSL 315º 0.7% 0.22% -
HSV(B) 315º 0.82% 0.38% -
XYZ 6.47 3.48 7.35 -
YUV 47.76 144.5 163.12 -
System Red Green Blue C M Y K H S L
Decimal 97 17 77 0 0.82 0.21 0.62 315 0.7 0.22
Hex 61 11 4D 0 52 15 3E 13B 46 16
Octal 141 21 115 0 122 25 76 473 106 26
Binary 1100001 10001 1001101 0 1010010 10101 111110 100111011 1000110 10110

Color Harmonies of #61114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61114D

Black with #61114D

Text Example


Text Example

White with #61114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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