Html Css Color HEX #611036 Tyrian Purple

📋 copy color: '#611036'

red 97 ◦ green 16 ◦ blue 54

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

Shades of Tyrian Purple #611036

Tints of Tyrian Purple #611036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

 BLUE value IS 54 (21.48% from 255) = 32.34%

R = 58.08%
G = 9.58%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#611036 (or 0x611036) is known color: Tyrian Purple. HEX triplet: 61, 10 and 36. RGB value is (97,16,54). Sum of RGB (Red+Green+Blue) = 97+16+54=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611036 is #9EEFC9. Grayscale: #2C2C2C. Windows color (decimal): -10416074 or 3543137. OLE color: 3543137.

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

Color convert

RGB 97 16 54 -
CMYK 0 0.84 0.44 0.62
HSL 331.85º 0.72% 0.22% -
HSV(B) 331.85º 0.84% 0.38% -
XYZ 5.78 3.18 3.8 -
YUV 44.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 97 16 54 0 0.84 0.44 0.62 331.85 0.72 0.22
Hex 61 10 36 0 54 2C 3E 14C 48 16
Octal 141 20 66 0 124 54 76 514 110 26
Binary 1100001 10000 110110 0 1010100 101100 111110 101001100 1001000 10110

Color Harmonies of #611036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611036

Black with #611036

Text Example


Text Example

White with #611036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611036; }

 p { color: rgb(97,16,54); }

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

background-color css

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

 a { background-color: rgb(97,16,54); }

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

border-color css

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

 span { border-color: rgb(97,16,54); }

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