Html Css Color HEX #611240 Tyrian Purple

📋 copy color: '#611240'

red 97 ◦ green 18 ◦ blue 64

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

Shades of Tyrian Purple #611240

Tints of Tyrian Purple #611240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.75%

R = 54.19%
G = 10.06%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#611240 (or 0x611240) is known color: Tyrian Purple. HEX triplet: 61, 12 and 40. RGB value is (97,18,64). Sum of RGB (Red+Green+Blue) = 97+18+64=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #611240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611240 is #9EEDBF. Grayscale: #2E2E2E. Windows color (decimal): -10415552 or 4199009. OLE color: 4199009.

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

Color convert

RGB 97 18 64 -
CMYK 0 0.81 0.34 0.62
HSL 325.06º 0.69% 0.23% -
HSV(B) 325.06º 0.81% 0.38% -
XYZ 6.07 3.34 5.18 -
YUV 46.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 97 18 64 0 0.81 0.34 0.62 325.06 0.69 0.23
Hex 61 12 40 0 51 22 3E 145 45 17
Octal 141 22 100 0 121 42 76 505 105 27
Binary 1100001 10010 1000000 0 1010001 100010 111110 101000101 1000101 10111

Color Harmonies of #611240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611240

Black with #611240

Text Example


Text Example

White with #611240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611240; }

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

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

background-color css

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

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

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

border-color css

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

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

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