Html Css Color HEX #571348 Tyrian Purple

📋 copy color: '#571348'

red 87 ◦ green 19 ◦ blue 72

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

Shades of Tyrian Purple #571348

Tints of Tyrian Purple #571348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.67%

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

R = 48.88%
G = 10.67%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#571348 (or 0x571348) is known color: Tyrian Purple. HEX triplet: 57, 13 and 48. RGB value is (87,19,72). Sum of RGB (Red+Green+Blue) = 87+19+72=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571348 is #A8ECB7. Grayscale: #2D2D2D. Windows color (decimal): -11070648 or 4723543. OLE color: 4723543.

HSL color Cylindrical-coordinate representation of color #571348: hue angle of 313.24º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #571348 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 19 72 -
CMYK 0 0.78 0.17 0.66
HSL 313.24º 0.64% 0.21% -
HSV(B) 313.24º 0.78% 0.34% -
XYZ 5.33 2.96 6.42 -
YUV 45.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 87 19 72 0 0.78 0.17 0.66 313.24 0.64 0.21
Hex 57 13 48 0 4E 11 42 139 40 15
Octal 127 23 110 0 116 21 102 471 100 25
Binary 1010111 10011 1001000 0 1001110 10001 1000010 100111001 1000000 10101

Color Harmonies of #571348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571348

Black with #571348

Text Example


Text Example

White with #571348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571348; }

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

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

background-color css

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

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

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

border-color css

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

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

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