Html Css Color HEX #61123E Tyrian Purple

📋 copy color: '#61123E'

red 97 ◦ green 18 ◦ blue 62

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

Shades of Tyrian Purple #61123E

Tints of Tyrian Purple #61123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 54.8%
G = 10.17%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#61123E (or 0x61123E) is known color: Tyrian Purple. HEX triplet: 61, 12 and 3E. RGB value is (97,18,62). Sum of RGB (Red+Green+Blue) = 97+18+62=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61123E is #9EEDC1. Grayscale: #2E2E2E. Windows color (decimal): -10415554 or 4067937. OLE color: 4067937.

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

Color convert

RGB 97 18 62 -
CMYK 0 0.81 0.36 0.62
HSL 326.58º 0.69% 0.23% -
HSV(B) 326.58º 0.81% 0.38% -
XYZ 6.02 3.32 4.88 -
YUV 46.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 97 18 62 0 0.81 0.36 0.62 326.58 0.69 0.23
Hex 61 12 3E 0 51 24 3E 147 45 17
Octal 141 22 76 0 121 44 76 507 105 27
Binary 1100001 10010 111110 0 1010001 100100 111110 101000111 1000101 10111

Color Harmonies of #61123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61123E

Black with #61123E

Text Example


Text Example

White with #61123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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