Html Css Color HEX #611236 Tyrian Purple

📋 copy color: '#611236'

red 97 ◦ green 18 ◦ blue 54

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

Shades of Tyrian Purple #611236

Tints of Tyrian Purple #611236

RGB

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

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

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

R = 57.4%
G = 10.65%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.62

RGB Variations

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

Color information

#611236 (or 0x611236) is known color: Tyrian Purple. HEX triplet: 61, 12 and 36. RGB value is (97,18,54). Sum of RGB (Red+Green+Blue) = 97+18+54=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611236 is #9EEDC9. Grayscale: #2D2D2D. Windows color (decimal): -10415562 or 3543649. OLE color: 3543649.

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

Color convert

RGB 97 18 54 -
CMYK 0 0.81 0.44 0.62
HSL 332.66º 0.69% 0.23% -
HSV(B) 332.66º 0.81% 0.38% -
XYZ 5.81 3.24 3.81 -
YUV 45.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 97 18 54 0 0.81 0.44 0.62 332.66 0.69 0.23
Hex 61 12 36 0 51 2C 3E 14D 45 17
Octal 141 22 66 0 121 54 76 515 105 27
Binary 1100001 10010 110110 0 1010001 101100 111110 101001101 1000101 10111

Color Harmonies of #611236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611236

Black with #611236

Text Example


Text Example

White with #611236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611236; }

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

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

background-color css

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

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

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

border-color css

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

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

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