Html Css Color HEX #570341 Tyrian Purple

📋 copy color: '#570341'

red 87 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #570341

Tints of Tyrian Purple #570341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 56.13%
G = 1.94%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#570341 (or 0x570341) is known color: Tyrian Purple. HEX triplet: 57, 03 and 41. RGB value is (87,3,65). Sum of RGB (Red+Green+Blue) = 87+3+65=155 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.13% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 87 - color contains mainly: red. Hex color #570341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570341 is #A8FCBE. Grayscale: #232323. Windows color (decimal): -11074751 or 4260695. OLE color: 4260695.

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

Color convert

RGB 87 3 65 -
CMYK 0 0.97 0.25 0.66
HSL 315.71º 0.93% 0.18% -
HSV(B) 315.71º 0.97% 0.34% -
XYZ 4.92 2.47 5.22 -
YUV 35.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 87 3 65 0 0.97 0.25 0.66 315.71 0.93 0.18
Hex 57 3 41 0 61 19 42 13C 5D 12
Octal 127 3 101 0 141 31 102 474 135 22
Binary 1010111 11 1000001 0 1100001 11001 1000010 100111100 1011101 10010

Color Harmonies of #570341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570341

Black with #570341

Text Example


Text Example

White with #570341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570341; }

 p { color: rgb(87,3,65); }

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

background-color css

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

 a { background-color: rgb(87,3,65); }

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

border-color css

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

 span { border-color: rgb(87,3,65); }

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