Html Css Color HEX #570550 Tyrian Purple

📋 copy color: '#570550'

red 87 ◦ green 5 ◦ blue 80

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

Shades of Tyrian Purple #570550

Tints of Tyrian Purple #570550

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 50.58%
G = 2.91%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#570550 (or 0x570550) is known color: Tyrian Purple. HEX triplet: 57, 05 and 50. RGB value is (87,5,80). Sum of RGB (Red+Green+Blue) = 87+5+80=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570550 is #A8FAAF. Grayscale: #252525. Windows color (decimal): -11074224 or 5244247. OLE color: 5244247.

HSL color Cylindrical-coordinate representation of color #570550: hue angle of 305.12º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570550 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 80 -
CMYK 0 0.94 0.08 0.66
HSL 305.12º 0.89% 0.18% -
HSV(B) 305.12º 0.94% 0.34% -
XYZ 5.43 2.71 7.83 -
YUV 38.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 87 5 80 0 0.94 0.08 0.66 305.12 0.89 0.18
Hex 57 5 50 0 5E 8 42 131 59 12
Octal 127 5 120 0 136 10 102 461 131 22
Binary 1010111 101 1010000 0 1011110 1000 1000010 100110001 1011001 10010

Color Harmonies of #570550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570550

Black with #570550

Text Example


Text Example

White with #570550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570550; }

 p { color: rgb(87,5,80); }

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

background-color css

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

 a { background-color: rgb(87,5,80); }

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

border-color css

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

 span { border-color: rgb(87,5,80); }

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