Html Css Color HEX #570B2E Tyrian Purple

📋 copy color: '#570B2E'

red 87 ◦ green 11 ◦ blue 46

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

Shades of Tyrian Purple #570B2E

Tints of Tyrian Purple #570B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 31.94%

R = 60.42%
G = 7.64%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.66

RGB Variations

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

Color information

#570B2E (or 0x570B2E) is known color: Tyrian Purple. HEX triplet: 57, 0B and 2E. RGB value is (87,11,46). Sum of RGB (Red+Green+Blue) = 87+11+46=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #570B2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B2E is #A8F4D1. Grayscale: #252525. Windows color (decimal): -11072722 or 3017559. OLE color: 3017559.

HSL color Cylindrical-coordinate representation of color #570B2E: hue angle of 332.37º 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 #570B2E is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 11 46 -
CMYK 0 0.87 0.47 0.66
HSL 332.37º 0.78% 0.19% -
HSV(B) 332.37º 0.87% 0.34% -
XYZ 4.54 2.46 2.82 -
YUV 37.71 132.68 163.15 -
System Red Green Blue C M Y K H S L
Decimal 87 11 46 0 0.87 0.47 0.66 332.37 0.78 0.19
Hex 57 B 2E 0 57 2F 42 14C 4E 13
Octal 127 13 56 0 127 57 102 514 116 23
Binary 1010111 1011 101110 0 1010111 101111 1000010 101001100 1001110 10011

Color Harmonies of #570B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B2E

Black with #570B2E

Text Example


Text Example

White with #570B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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