Html Css Color HEX #61104A Tyrian Purple

📋 copy color: '#61104A'

red 97 ◦ green 16 ◦ blue 74

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

Shades of Tyrian Purple #61104A

Tints of Tyrian Purple #61104A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 51.87%
G = 8.56%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61104A (or 0x61104A) is known color: Tyrian Purple. HEX triplet: 61, 10 and 4A. RGB value is (97,16,74). Sum of RGB (Red+Green+Blue) = 97+16+74=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #61104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61104A is #9EEFB5. Grayscale: #2E2E2E. Windows color (decimal): -10416054 or 4853857. OLE color: 4853857.

HSL color Cylindrical-coordinate representation of color #61104A: hue angle of 317.04º 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 #61104A is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 16 74 -
CMYK 0 0.84 0.24 0.62
HSL 317.04º 0.72% 0.22% -
HSV(B) 317.04º 0.84% 0.38% -
XYZ 6.35 3.41 6.8 -
YUV 46.83 143.34 163.78 -
System Red Green Blue C M Y K H S L
Decimal 97 16 74 0 0.84 0.24 0.62 317.04 0.72 0.22
Hex 61 10 4A 0 54 18 3E 13D 48 16
Octal 141 20 112 0 124 30 76 475 110 26
Binary 1100001 10000 1001010 0 1010100 11000 111110 100111101 1001000 10110

Color Harmonies of #61104A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61104A

Black with #61104A

Text Example


Text Example

White with #61104A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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