Html Css Color HEX #611243 Tyrian Purple

📋 copy color: '#611243'

red 97 ◦ green 18 ◦ blue 67

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

Shades of Tyrian Purple #611243

Tints of Tyrian Purple #611243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 53.3%
G = 9.89%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#611243 (or 0x611243) is known color: Tyrian Purple. HEX triplet: 61, 12 and 43. RGB value is (97,18,67). Sum of RGB (Red+Green+Blue) = 97+18+67=182 (24% of max value = 765). Red value is 97 (38.28% from 255 or 53.30% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 97 - color contains mainly: red. Hex color #611243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611243 is #9EEDBC. Grayscale: #2F2F2F. Windows color (decimal): -10415549 or 4395617. OLE color: 4395617.

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

Color convert

RGB 97 18 67 -
CMYK 0 0.81 0.31 0.62
HSL 322.78º 0.69% 0.23% -
HSV(B) 322.78º 0.81% 0.38% -
XYZ 6.16 3.38 5.64 -
YUV 47.21 139.17 163.52 -
System Red Green Blue C M Y K H S L
Decimal 97 18 67 0 0.81 0.31 0.62 322.78 0.69 0.23
Hex 61 12 43 0 51 1F 3E 143 45 17
Octal 141 22 103 0 121 37 76 503 105 27
Binary 1100001 10010 1000011 0 1010001 11111 111110 101000011 1000101 10111

Color Harmonies of #611243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611243

Black with #611243

Text Example


Text Example

White with #611243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611243; }

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

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

background-color css

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

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

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

border-color css

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

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

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