Html Css Color HEX #61084A Tyrian Purple

📋 copy color: '#61084A'

red 97 ◦ green 8 ◦ blue 74

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

Shades of Tyrian Purple #61084A

Tints of Tyrian Purple #61084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 54.19%
G = 4.47%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#61084A (or 0x61084A) is known color: Tyrian Purple. HEX triplet: 61, 08 and 4A. RGB value is (97,8,74). Sum of RGB (Red+Green+Blue) = 97+8+74=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61084A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61084A is #9EF7B5. Grayscale: #292929. Windows color (decimal): -10418102 or 4851809. OLE color: 4851809.

HSL color Cylindrical-coordinate representation of color #61084A: hue angle of 315.51º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61084A is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 8 74 -
CMYK 0 0.92 0.24 0.62
HSL 315.51º 0.85% 0.21% -
HSV(B) 315.51º 0.92% 0.38% -
XYZ 6.25 3.21 6.77 -
YUV 42.14 145.99 167.13 -
System Red Green Blue C M Y K H S L
Decimal 97 8 74 0 0.92 0.24 0.62 315.51 0.85 0.21
Hex 61 8 4A 0 5C 18 3E 13C 55 15
Octal 141 10 112 0 134 30 76 474 125 25
Binary 1100001 1000 1001010 0 1011100 11000 111110 100111100 1010101 10101

Color Harmonies of #61084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61084A

Black with #61084A

Text Example


Text Example

White with #61084A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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