Html Css Color HEX #611235 Tyrian Purple

📋 copy color: '#611235'

red 97 ◦ green 18 ◦ blue 53

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

Shades of Tyrian Purple #611235

Tints of Tyrian Purple #611235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 31.55%

R = 57.74%
G = 10.71%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#611235 (or 0x611235) is known color: Tyrian Purple. HEX triplet: 61, 12 and 35. RGB value is (97,18,53). Sum of RGB (Red+Green+Blue) = 97+18+53=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 53 (21.09% from 255 or 31.55% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611235 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611235 is #9EEDCA. Grayscale: #2D2D2D. Windows color (decimal): -10415563 or 3478113. OLE color: 3478113.

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

Color convert

RGB 97 18 53 -
CMYK 0 0.81 0.45 0.62
HSL 333.42º 0.69% 0.23% -
HSV(B) 333.42º 0.81% 0.38% -
XYZ 5.79 3.23 3.69 -
YUV 45.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 97 18 53 0 0.81 0.45 0.62 333.42 0.69 0.23
Hex 61 12 35 0 51 2D 3E 14D 45 17
Octal 141 22 65 0 121 55 76 515 105 27
Binary 1100001 10010 110101 0 1010001 101101 111110 101001101 1000101 10111

Color Harmonies of #611235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611235

Black with #611235

Text Example


Text Example

White with #611235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611235; }

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

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

background-color css

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

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

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

border-color css

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

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

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