Html Css Color HEX #61124E Tyrian Purple

📋 copy color: '#61124E'

red 97 ◦ green 18 ◦ blue 78

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

Shades of Tyrian Purple #61124E

Tints of Tyrian Purple #61124E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 50.26%
G = 9.33%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#61124E (or 0x61124E) is known color: Tyrian Purple. HEX triplet: 61, 12 and 4E. RGB value is (97,18,78). Sum of RGB (Red+Green+Blue) = 97+18+78=193 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.26% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 97 - color contains mainly: red. Hex color #61124E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61124E is #9EEDB1. Grayscale: #303030. Windows color (decimal): -10415538 or 5116513. OLE color: 5116513.

HSL color Cylindrical-coordinate representation of color #61124E: hue angle of 314.43º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61124E is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 18 78 -
CMYK 0 0.81 0.20 0.62
HSL 314.43º 0.69% 0.23% -
HSV(B) 314.43º 0.81% 0.38% -
XYZ 6.52 3.52 7.54 -
YUV 48.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 97 18 78 0 0.81 0.20 0.62 314.43 0.69 0.23
Hex 61 12 4E 0 51 14 3E 13A 45 17
Octal 141 22 116 0 121 24 76 472 105 27
Binary 1100001 10010 1001110 0 1010001 10100 111110 100111010 1000101 10111

Color Harmonies of #61124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61124E

Black with #61124E

Text Example


Text Example

White with #61124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61124E; }

 p { color: rgb(97,18,78); }

 H1.HeaderClassName
 {
   color: #61124E;
 }
 .AnyTagClassName
 {
   color: #61124E;
 }
</style>

background-color css

<style>
 a { background-color: #61124E; }

 a { background-color: rgb(97,18,78); }

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

border-color css

<style>
 span { border-color: #61124E; }

 span { border-color: rgb(97,18,78); }

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