Html Css Color HEX #61094D Tyrian Purple

📋 copy color: '#61094D'

red 97 ◦ green 9 ◦ blue 77

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

Shades of Tyrian Purple #61094D

Tints of Tyrian Purple #61094D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 53.01%
G = 4.92%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#61094D (or 0x61094D) is known color: Tyrian Purple. HEX triplet: 61, 09 and 4D. RGB value is (97,9,77). Sum of RGB (Red+Green+Blue) = 97+9+77=183 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.01% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 97 - color contains mainly: red. Hex color #61094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61094D is #9EF6B2. Grayscale: #2A2A2A. Windows color (decimal): -10417843 or 5048673. OLE color: 5048673.

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

Color convert

RGB 97 9 77 -
CMYK 0 0.91 0.21 0.62
HSL 313.64º 0.83% 0.21% -
HSV(B) 313.64º 0.91% 0.38% -
XYZ 6.37 3.27 7.32 -
YUV 43.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 97 9 77 0 0.91 0.21 0.62 313.64 0.83 0.21
Hex 61 9 4D 0 5B 15 3E 13A 53 15
Octal 141 11 115 0 133 25 76 472 123 25
Binary 1100001 1001 1001101 0 1011011 10101 111110 100111010 1010011 10101

Color Harmonies of #61094D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61094D

Black with #61094D

Text Example


Text Example

White with #61094D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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