Html Css Color HEX #611242 Tyrian Purple

📋 copy color: '#611242'

red 97 ◦ green 18 ◦ blue 66

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

Shades of Tyrian Purple #611242

Tints of Tyrian Purple #611242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 53.59%
G = 9.94%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#611242 (or 0x611242) is known color: Tyrian Purple. HEX triplet: 61, 12 and 42. RGB value is (97,18,66). Sum of RGB (Red+Green+Blue) = 97+18+66=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #611242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611242 is #9EEDBD. Grayscale: #2E2E2E. Windows color (decimal): -10415550 or 4330081. OLE color: 4330081.

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

Color convert

RGB 97 18 66 -
CMYK 0 0.81 0.32 0.62
HSL 323.54º 0.69% 0.23% -
HSV(B) 323.54º 0.81% 0.38% -
XYZ 6.13 3.37 5.48 -
YUV 47.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 97 18 66 0 0.81 0.32 0.62 323.54 0.69 0.23
Hex 61 12 42 0 51 20 3E 144 45 17
Octal 141 22 102 0 121 40 76 504 105 27
Binary 1100001 10010 1000010 0 1010001 100000 111110 101000100 1000101 10111

Color Harmonies of #611242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611242

Black with #611242

Text Example


Text Example

White with #611242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611242; }

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

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

background-color css

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

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

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

border-color css

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

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

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