Html Css Color HEX #570B4E Tyrian Purple

📋 copy color: '#570B4E'

red 87 ◦ green 11 ◦ blue 78

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

Shades of Tyrian Purple #570B4E

Tints of Tyrian Purple #570B4E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.25%

 BLUE value IS 78 (30.86% from 255) = 44.32%

R = 49.43%
G = 6.25%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#570B4E (or 0x570B4E) is known color: Tyrian Purple. HEX triplet: 57, 0B and 4E. RGB value is (87,11,78). Sum of RGB (Red+Green+Blue) = 87+11+78=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #570B4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B4E is #A8F4B1. Grayscale: #292929. Windows color (decimal): -11072690 or 5114711. OLE color: 5114711.

HSL color Cylindrical-coordinate representation of color #570B4E: hue angle of 307.11º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B4E is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 11 78 -
CMYK 0 0.87 0.10 0.66
HSL 307.11º 0.78% 0.19% -
HSV(B) 307.11º 0.87% 0.34% -
XYZ 5.43 2.82 7.47 -
YUV 41.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 87 11 78 0 0.87 0.10 0.66 307.11 0.78 0.19
Hex 57 B 4E 0 57 A 42 133 4E 13
Octal 127 13 116 0 127 12 102 463 116 23
Binary 1010111 1011 1001110 0 1010111 1010 1000010 100110011 1001110 10011

Color Harmonies of #570B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B4E

Black with #570B4E

Text Example


Text Example

White with #570B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,11,78); }

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

background-color css

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

 a { background-color: rgb(87,11,78); }

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

border-color css

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

 span { border-color: rgb(87,11,78); }

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