Html Css Color HEX #570B32 Tyrian Purple

📋 copy color: '#570B32'

red 87 ◦ green 11 ◦ blue 50

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

Shades of Tyrian Purple #570B32

Tints of Tyrian Purple #570B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 33.78%

R = 58.78%
G = 7.43%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#570B32 (or 0x570B32) is known color: Tyrian Purple. HEX triplet: 57, 0B and 32. RGB value is (87,11,50). Sum of RGB (Red+Green+Blue) = 87+11+50=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #570B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B32 is #A8F4CD. Grayscale: #262626. Windows color (decimal): -11072718 or 3279703. OLE color: 3279703.

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

Color convert

RGB 87 11 50 -
CMYK 0 0.87 0.43 0.66
HSL 329.21º 0.78% 0.19% -
HSV(B) 329.21º 0.87% 0.34% -
XYZ 4.63 2.5 3.26 -
YUV 38.17 134.68 162.83 -
System Red Green Blue C M Y K H S L
Decimal 87 11 50 0 0.87 0.43 0.66 329.21 0.78 0.19
Hex 57 B 32 0 57 2B 42 149 4E 13
Octal 127 13 62 0 127 53 102 511 116 23
Binary 1010111 1011 110010 0 1010111 101011 1000010 101001001 1001110 10011

Color Harmonies of #570B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B32

Black with #570B32

Text Example


Text Example

White with #570B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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