Html Css Color HEX #571045 Tyrian Purple

📋 copy color: '#571045'

red 87 ◦ green 16 ◦ blue 69

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

Shades of Tyrian Purple #571045

Tints of Tyrian Purple #571045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 40.12%

R = 50.58%
G = 9.3%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#571045 (or 0x571045) is known color: Tyrian Purple. HEX triplet: 57, 10 and 45. RGB value is (87,16,69). Sum of RGB (Red+Green+Blue) = 87+16+69=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #571045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571045 is #A8EFBA. Grayscale: #2B2B2B. Windows color (decimal): -11071419 or 4526167. OLE color: 4526167.

HSL color Cylindrical-coordinate representation of color #571045: hue angle of 315.21º 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 #571045 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 16 69 -
CMYK 0 0.82 0.21 0.66
HSL 315.21º 0.69% 0.2% -
HSV(B) 315.21º 0.82% 0.34% -
XYZ 5.19 2.83 5.9 -
YUV 43.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 87 16 69 0 0.82 0.21 0.66 315.21 0.69 0.2
Hex 57 10 45 0 52 15 42 13B 45 14
Octal 127 20 105 0 122 25 102 473 105 24
Binary 1010111 10000 1000101 0 1010010 10101 1000010 100111011 1000101 10100

Color Harmonies of #571045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571045

Black with #571045

Text Example


Text Example

White with #571045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571045; }

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

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

background-color css

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

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

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

border-color css

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

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

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