Html Css Color HEX #571038 Tyrian Purple

📋 copy color: '#571038'

red 87 ◦ green 16 ◦ blue 56

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

Shades of Tyrian Purple #571038

Tints of Tyrian Purple #571038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.06%

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

R = 54.72%
G = 10.06%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#571038 (or 0x571038) is known color: Tyrian Purple. HEX triplet: 57, 10 and 38. RGB value is (87,16,56). Sum of RGB (Red+Green+Blue) = 87+16+56=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571038 is #A8EFC7. Grayscale: #292929. Windows color (decimal): -11071432 or 3674199. OLE color: 3674199.

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

Color convert

RGB 87 16 56 -
CMYK 0 0.82 0.36 0.66
HSL 326.2º 0.69% 0.2% -
HSV(B) 326.2º 0.82% 0.34% -
XYZ 4.83 2.68 4 -
YUV 41.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 87 16 56 0 0.82 0.36 0.66 326.2 0.69 0.2
Hex 57 10 38 0 52 24 42 146 45 14
Octal 127 20 70 0 122 44 102 506 105 24
Binary 1010111 10000 111000 0 1010010 100100 1000010 101000110 1000101 10100

Color Harmonies of #571038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571038

Black with #571038

Text Example


Text Example

White with #571038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571038; }

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

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

background-color css

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

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

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

border-color css

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

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

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