Html Css Color HEX #61123C Tyrian Purple

📋 copy color: '#61123C'

red 97 ◦ green 18 ◦ blue 60

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

Shades of Tyrian Purple #61123C

Tints of Tyrian Purple #61123C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.29%

R = 55.43%
G = 10.29%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#61123C (or 0x61123C) is known color: Tyrian Purple. HEX triplet: 61, 12 and 3C. RGB value is (97,18,60). Sum of RGB (Red+Green+Blue) = 97+18+60=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61123C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61123C is #9EEDC3. Grayscale: #2E2E2E. Windows color (decimal): -10415556 or 3936865. OLE color: 3936865.

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

Color convert

RGB 97 18 60 -
CMYK 0 0.81 0.38 0.62
HSL 328.1º 0.69% 0.23% -
HSV(B) 328.1º 0.81% 0.38% -
XYZ 5.96 3.3 4.6 -
YUV 46.41 135.67 164.08 -
System Red Green Blue C M Y K H S L
Decimal 97 18 60 0 0.81 0.38 0.62 328.1 0.69 0.23
Hex 61 12 3C 0 51 26 3E 148 45 17
Octal 141 22 74 0 121 46 76 510 105 27
Binary 1100001 10010 111100 0 1010001 100110 111110 101001000 1000101 10111

Color Harmonies of #61123C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61123C

Black with #61123C

Text Example


Text Example

White with #61123C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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