Html Css Color HEX #61123A Tyrian Purple

📋 copy color: '#61123A'

red 97 ◦ green 18 ◦ blue 58

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

Shades of Tyrian Purple #61123A

Tints of Tyrian Purple #61123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 33.53%

R = 56.07%
G = 10.4%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#61123A (or 0x61123A) is known color: Tyrian Purple. HEX triplet: 61, 12 and 3A. RGB value is (97,18,58). Sum of RGB (Red+Green+Blue) = 97+18+58=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61123A is #9EEDC5. Grayscale: #2E2E2E. Windows color (decimal): -10415558 or 3805793. OLE color: 3805793.

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

Color convert

RGB 97 18 58 -
CMYK 0 0.81 0.40 0.62
HSL 329.62º 0.69% 0.23% -
HSV(B) 329.62º 0.81% 0.38% -
XYZ 5.91 3.28 4.32 -
YUV 46.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 97 18 58 0 0.81 0.40 0.62 329.62 0.69 0.23
Hex 61 12 3A 0 51 28 3E 14A 45 17
Octal 141 22 72 0 121 50 76 512 105 27
Binary 1100001 10010 111010 0 1010001 101000 111110 101001010 1000101 10111

Color Harmonies of #61123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61123A

Black with #61123A

Text Example


Text Example

White with #61123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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