Html Css Color HEX #61114B Tyrian Purple

📋 copy color: '#61114B'

red 97 ◦ green 17 ◦ blue 75

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

Shades of Tyrian Purple #61114B

Tints of Tyrian Purple #61114B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 39.68%

R = 51.32%
G = 8.99%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#61114B (or 0x61114B) is known color: Tyrian Purple. HEX triplet: 61, 11 and 4B. RGB value is (97,17,75). Sum of RGB (Red+Green+Blue) = 97+17+75=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #61114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61114B is #9EEEB4. Grayscale: #2F2F2F. Windows color (decimal): -10415797 or 4919649. OLE color: 4919649.

HSL color Cylindrical-coordinate representation of color #61114B: hue angle of 316.5º 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 #61114B is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 75 -
CMYK 0 0.82 0.23 0.62
HSL 316.5º 0.7% 0.22% -
HSV(B) 316.5º 0.82% 0.38% -
XYZ 6.4 3.45 6.99 -
YUV 47.53 143.5 163.28 -
System Red Green Blue C M Y K H S L
Decimal 97 17 75 0 0.82 0.23 0.62 316.5 0.7 0.22
Hex 61 11 4B 0 52 17 3E 13C 46 16
Octal 141 21 113 0 122 27 76 474 106 26
Binary 1100001 10001 1001011 0 1010010 10111 111110 100111100 1000110 10110

Color Harmonies of #61114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61114B

Black with #61114B

Text Example


Text Example

White with #61114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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