Html Css Color HEX #571148 Tyrian Purple

📋 copy color: '#571148'

red 87 ◦ green 17 ◦ blue 72

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

Shades of Tyrian Purple #571148

Tints of Tyrian Purple #571148

RGB

 RED value IS 87 (34.38% from 255) = 49.43%

 GREEN value IS 17 (7.03% from 255) = 9.66%

 BLUE value IS 72 (28.52% from 255) = 40.91%

R = 49.43%
G = 9.66%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#571148 (or 0x571148) is known color: Tyrian Purple. HEX triplet: 57, 11 and 48. RGB value is (87,17,72). Sum of RGB (Red+Green+Blue) = 87+17+72=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571148 is #A8EEB7. Grayscale: #2C2C2C. Windows color (decimal): -11071160 or 4723031. OLE color: 4723031.

HSL color Cylindrical-coordinate representation of color #571148: hue angle of 312.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571148 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 72 -
CMYK 0 0.80 0.17 0.66
HSL 312.86º 0.67% 0.2% -
HSV(B) 312.86º 0.8% 0.34% -
XYZ 5.3 2.9 6.41 -
YUV 44.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 87 17 72 0 0.80 0.17 0.66 312.86 0.67 0.2
Hex 57 11 48 0 50 11 42 139 43 14
Octal 127 21 110 0 120 21 102 471 103 24
Binary 1010111 10001 1001000 0 1010000 10001 1000010 100111001 1000011 10100

Color Harmonies of #571148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571148

Black with #571148

Text Example


Text Example

White with #571148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571148; }

 p { color: rgb(87,17,72); }

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

background-color css

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

 a { background-color: rgb(87,17,72); }

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

border-color css

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

 span { border-color: rgb(87,17,72); }

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