Html Css Color HEX #571238 Tyrian Purple

📋 copy color: '#571238'

red 87 ◦ green 18 ◦ blue 56

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

Shades of Tyrian Purple #571238

Tints of Tyrian Purple #571238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 54.04%
G = 11.18%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#571238 (or 0x571238) is known color: Tyrian Purple. HEX triplet: 57, 12 and 38. RGB value is (87,18,56). Sum of RGB (Red+Green+Blue) = 87+18+56=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #571238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571238 is #A8EDC7. Grayscale: #2A2A2A. Windows color (decimal): -11070920 or 3674711. OLE color: 3674711.

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

Color convert

RGB 87 18 56 -
CMYK 0 0.79 0.36 0.66
HSL 326.96º 0.66% 0.21% -
HSV(B) 326.96º 0.79% 0.34% -
XYZ 4.86 2.74 4.01 -
YUV 42.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 87 18 56 0 0.79 0.36 0.66 326.96 0.66 0.21
Hex 57 12 38 0 4F 24 42 147 42 15
Octal 127 22 70 0 117 44 102 507 102 25
Binary 1010111 10010 111000 0 1001111 100100 1000010 101000111 1000010 10101

Color Harmonies of #571238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571238

Black with #571238

Text Example


Text Example

White with #571238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571238; }

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

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

background-color css

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

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

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

border-color css

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

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

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