Html Css Color HEX #61123F Tyrian Purple

📋 copy color: '#61123F'

red 97 ◦ green 18 ◦ blue 63

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

Shades of Tyrian Purple #61123F

Tints of Tyrian Purple #61123F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 35.39%

R = 54.49%
G = 10.11%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61123F (or 0x61123F) is known color: Tyrian Purple. HEX triplet: 61, 12 and 3F. RGB value is (97,18,63). Sum of RGB (Red+Green+Blue) = 97+18+63=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61123F is #9EEDC0. Grayscale: #2E2E2E. Windows color (decimal): -10415553 or 4133473. OLE color: 4133473.

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

Color convert

RGB 97 18 63 -
CMYK 0 0.81 0.35 0.62
HSL 325.82º 0.69% 0.23% -
HSV(B) 325.82º 0.81% 0.38% -
XYZ 6.04 3.33 5.03 -
YUV 46.75 137.17 163.84 -
System Red Green Blue C M Y K H S L
Decimal 97 18 63 0 0.81 0.35 0.62 325.82 0.69 0.23
Hex 61 12 3F 0 51 23 3E 146 45 17
Octal 141 22 77 0 121 43 76 506 105 27
Binary 1100001 10010 111111 0 1010001 100011 111110 101000110 1000101 10111

Color Harmonies of #61123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61123F

Black with #61123F

Text Example


Text Example

White with #61123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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