Html Css Color HEX #611133 Tyrian Purple

📋 copy color: '#611133'

red 97 ◦ green 17 ◦ blue 51

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

Shades of Tyrian Purple #611133

Tints of Tyrian Purple #611133

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

 BLUE value IS 51 (20.31% from 255) = 30.91%

R = 58.79%
G = 10.3%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#611133 (or 0x611133) is known color: Tyrian Purple. HEX triplet: 61, 11 and 33. RGB value is (97,17,51). Sum of RGB (Red+Green+Blue) = 97+17+51=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 51 (20.31% from 255 or 30.91% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #611133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611133 is #9EEECC. Grayscale: #2C2C2C. Windows color (decimal): -10415821 or 3346785. OLE color: 3346785.

HSL color Cylindrical-coordinate representation of color #611133: hue angle of 334.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611133 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 17 51 -
CMYK 0 0.82 0.47 0.62
HSL 334.5º 0.7% 0.22% -
HSV(B) 334.5º 0.82% 0.38% -
XYZ 5.73 3.18 3.44 -
YUV 44.8 131.5 165.24 -
System Red Green Blue C M Y K H S L
Decimal 97 17 51 0 0.82 0.47 0.62 334.5 0.7 0.22
Hex 61 11 33 0 52 2F 3E 14E 46 16
Octal 141 21 63 0 122 57 76 516 106 26
Binary 1100001 10001 110011 0 1010010 101111 111110 101001110 1000110 10110

Color Harmonies of #611133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611133

Black with #611133

Text Example


Text Example

White with #611133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611133; }

 p { color: rgb(97,17,51); }

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

background-color css

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

 a { background-color: rgb(97,17,51); }

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

border-color css

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

 span { border-color: rgb(97,17,51); }

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