Html Css Color HEX #61084D Tyrian Purple

📋 copy color: '#61084D'

red 97 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #61084D

Tints of Tyrian Purple #61084D

RGB

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

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

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

R = 53.3%
G = 4.4%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61084D (or 0x61084D) is known color: Tyrian Purple. HEX triplet: 61, 08 and 4D. RGB value is (97,8,77). Sum of RGB (Red+Green+Blue) = 97+8+77=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #61084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61084D is #9EF7B2. Grayscale: #2A2A2A. Windows color (decimal): -10418099 or 5048417. OLE color: 5048417.

HSL color Cylindrical-coordinate representation of color #61084D: hue angle of 313.48º 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 #61084D is Cyan = 0, Magento = 0.92, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 8 77 -
CMYK 0 0.92 0.21 0.62
HSL 313.48º 0.85% 0.21% -
HSV(B) 313.48º 0.92% 0.38% -
XYZ 6.36 3.25 7.31 -
YUV 42.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 97 8 77 0 0.92 0.21 0.62 313.48 0.85 0.21
Hex 61 8 4D 0 5C 15 3E 139 55 15
Octal 141 10 115 0 134 25 76 471 125 25
Binary 1100001 1000 1001101 0 1011100 10101 111110 100111001 1010101 10101

Color Harmonies of #61084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61084D

Black with #61084D

Text Example


Text Example

White with #61084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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