Html Css Color HEX #611245 Tyrian Purple

📋 copy color: '#611245'

red 97 ◦ green 18 ◦ blue 69

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

Shades of Tyrian Purple #611245

Tints of Tyrian Purple #611245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 52.72%
G = 9.78%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#611245 (or 0x611245) is known color: Tyrian Purple. HEX triplet: 61, 12 and 45. RGB value is (97,18,69). Sum of RGB (Red+Green+Blue) = 97+18+69=184 (24% of max value = 765). Red value is 97 (38.28% from 255 or 52.72% from 184); Green value is 18 (7.42% from 255 or 9.78% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 97 - color contains mainly: red. Hex color #611245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611245 is #9EEDBA. Grayscale: #2F2F2F. Windows color (decimal): -10415547 or 4526689. OLE color: 4526689.

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

Color convert

RGB 97 18 69 -
CMYK 0 0.81 0.29 0.62
HSL 321.27º 0.69% 0.23% -
HSV(B) 321.27º 0.81% 0.38% -
XYZ 6.22 3.4 5.96 -
YUV 47.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 97 18 69 0 0.81 0.29 0.62 321.27 0.69 0.23
Hex 61 12 45 0 51 1D 3E 141 45 17
Octal 141 22 105 0 121 35 76 501 105 27
Binary 1100001 10010 1000101 0 1010001 11101 111110 101000001 1000101 10111

Color Harmonies of #611245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611245

Black with #611245

Text Example


Text Example

White with #611245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611245; }

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

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

background-color css

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

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

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

border-color css

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

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

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