Html Css Color HEX #61104D Tyrian Purple

📋 copy color: '#61104D'

red 97 ◦ green 16 ◦ blue 77

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

Shades of Tyrian Purple #61104D

Tints of Tyrian Purple #61104D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.42%

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

R = 51.05%
G = 8.42%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61104D (or 0x61104D) is known color: Tyrian Purple. HEX triplet: 61, 10 and 4D. RGB value is (97,16,77). Sum of RGB (Red+Green+Blue) = 97+16+77=190 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.05% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 97 - color contains mainly: red. Hex color #61104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61104D is #9EEFB2. Grayscale: #2F2F2F. Windows color (decimal): -10416051 or 5050465. OLE color: 5050465.

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

Color convert

RGB 97 16 77 -
CMYK 0 0.84 0.21 0.62
HSL 314.81º 0.72% 0.22% -
HSV(B) 314.81º 0.84% 0.38% -
XYZ 6.45 3.45 7.35 -
YUV 47.17 144.84 163.54 -
System Red Green Blue C M Y K H S L
Decimal 97 16 77 0 0.84 0.21 0.62 314.81 0.72 0.22
Hex 61 10 4D 0 54 15 3E 13B 48 16
Octal 141 20 115 0 124 25 76 473 110 26
Binary 1100001 10000 1001101 0 1010100 10101 111110 100111011 1001000 10110

Color Harmonies of #61104D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61104D

Black with #61104D

Text Example


Text Example

White with #61104D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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