Html Css Color HEX #570538 Tyrian Purple

📋 copy color: '#570538'

red 87 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #570538

Tints of Tyrian Purple #570538

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

 BLUE value IS 56 (22.27% from 255) = 37.84%

R = 58.78%
G = 3.38%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#570538 (or 0x570538) is known color: Tyrian Purple. HEX triplet: 57, 05 and 38. RGB value is (87,5,56). Sum of RGB (Red+Green+Blue) = 87+5+56=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #570538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570538 is #A8FAC7. Grayscale: #232323. Windows color (decimal): -11074248 or 3671383. OLE color: 3671383.

HSL color Cylindrical-coordinate representation of color #570538: hue angle of 322.68º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570538 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 56 -
CMYK 0 0.94 0.36 0.66
HSL 322.68º 0.89% 0.18% -
HSV(B) 322.68º 0.94% 0.34% -
XYZ 4.7 2.42 3.96 -
YUV 35.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 87 5 56 0 0.94 0.36 0.66 322.68 0.89 0.18
Hex 57 5 38 0 5E 24 42 143 59 12
Octal 127 5 70 0 136 44 102 503 131 22
Binary 1010111 101 111000 0 1011110 100100 1000010 101000011 1011001 10010

Color Harmonies of #570538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570538

Black with #570538

Text Example


Text Example

White with #570538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570538; }

 p { color: rgb(87,5,56); }

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

background-color css

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

 a { background-color: rgb(87,5,56); }

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

border-color css

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

 span { border-color: rgb(87,5,56); }

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