Html Css Color HEX #570B2F Tyrian Purple

📋 copy color: '#570B2F'

red 87 ◦ green 11 ◦ blue 47

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

Shades of Tyrian Purple #570B2F

Tints of Tyrian Purple #570B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.41%

R = 60%
G = 7.59%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.66

RGB Variations

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

Color information

#570B2F (or 0x570B2F) is known color: Tyrian Purple. HEX triplet: 57, 0B and 2F. RGB value is (87,11,47). Sum of RGB (Red+Green+Blue) = 87+11+47=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570B2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B2F is #A8F4D0. Grayscale: #252525. Windows color (decimal): -11072721 or 3083095. OLE color: 3083095.

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

Color convert

RGB 87 11 47 -
CMYK 0 0.87 0.46 0.66
HSL 331.58º 0.78% 0.19% -
HSV(B) 331.58º 0.87% 0.34% -
XYZ 4.56 2.47 2.93 -
YUV 37.83 133.18 163.07 -
System Red Green Blue C M Y K H S L
Decimal 87 11 47 0 0.87 0.46 0.66 331.58 0.78 0.19
Hex 57 B 2F 0 57 2E 42 14C 4E 13
Octal 127 13 57 0 127 56 102 514 116 23
Binary 1010111 1011 101111 0 1010111 101110 1000010 101001100 1001110 10011

Color Harmonies of #570B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B2F

Black with #570B2F

Text Example


Text Example

White with #570B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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