Html Css Color HEX #570F4D Tyrian Purple

📋 copy color: '#570F4D'

red 87 ◦ green 15 ◦ blue 77

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

Shades of Tyrian Purple #570F4D

Tints of Tyrian Purple #570F4D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.38%

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 48.6%
G = 8.38%
B = 43.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#570F4D (or 0x570F4D) is known color: Tyrian Purple. HEX triplet: 57, 0F and 4D. RGB value is (87,15,77). Sum of RGB (Red+Green+Blue) = 87+15+77=179 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.60% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 87 - color contains mainly: red. Hex color #570F4D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F4D is #A8F0B2. Grayscale: #2B2B2B. Windows color (decimal): -11071667 or 5050199. OLE color: 5050199.

HSL color Cylindrical-coordinate representation of color #570F4D: hue angle of 308.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F4D is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 15 77 -
CMYK 0 0.83 0.11 0.66
HSL 308.33º 0.71% 0.2% -
HSV(B) 308.33º 0.83% 0.34% -
XYZ 5.44 2.9 7.29 -
YUV 43.6 146.85 158.96 -
System Red Green Blue C M Y K H S L
Decimal 87 15 77 0 0.83 0.11 0.66 308.33 0.71 0.2
Hex 57 F 4D 0 53 B 42 134 47 14
Octal 127 17 115 0 123 13 102 464 107 24
Binary 1010111 1111 1001101 0 1010011 1011 1000010 100110100 1000111 10100

Color Harmonies of #570F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F4D

Black with #570F4D

Text Example


Text Example

White with #570F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570F4D; }

 p { color: rgb(87,15,77); }

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

background-color css

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

 a { background-color: rgb(87,15,77); }

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

border-color css

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

 span { border-color: rgb(87,15,77); }

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