Html Css Color HEX #570641 Tyrian Purple

📋 copy color: '#570641'

red 87 ◦ green 6 ◦ blue 65

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

Shades of Tyrian Purple #570641

Tints of Tyrian Purple #570641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.8%

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

R = 55.06%
G = 3.8%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#570641 (or 0x570641) is known color: Tyrian Purple. HEX triplet: 57, 06 and 41. RGB value is (87,6,65). Sum of RGB (Red+Green+Blue) = 87+6+65=158 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.06% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 87 - color contains mainly: red. Hex color #570641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570641 is #A8F9BE. Grayscale: #242424. Windows color (decimal): -11073983 or 4261463. OLE color: 4261463.

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

Color convert

RGB 87 6 65 -
CMYK 0 0.93 0.25 0.66
HSL 316.3º 0.87% 0.18% -
HSV(B) 316.3º 0.93% 0.34% -
XYZ 4.95 2.54 5.23 -
YUV 36.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 87 6 65 0 0.93 0.25 0.66 316.3 0.87 0.18
Hex 57 6 41 0 5D 19 42 13C 57 12
Octal 127 6 101 0 135 31 102 474 127 22
Binary 1010111 110 1000001 0 1011101 11001 1000010 100111100 1010111 10010

Color Harmonies of #570641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570641

Black with #570641

Text Example


Text Example

White with #570641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570641; }

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

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

background-color css

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

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

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

border-color css

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

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

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