Html Css Color HEX #570646 Tyrian Purple

📋 copy color: '#570646'

red 87 ◦ green 6 ◦ blue 70

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

Shades of Tyrian Purple #570646

Tints of Tyrian Purple #570646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 42.94%

R = 53.37%
G = 3.68%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#570646 (or 0x570646) is known color: Tyrian Purple. HEX triplet: 57, 06 and 46. RGB value is (87,6,70). Sum of RGB (Red+Green+Blue) = 87+6+70=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #570646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570646 is #A8F9B9. Grayscale: #252525. Windows color (decimal): -11073978 or 4589143. OLE color: 4589143.

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

Color convert

RGB 87 6 70 -
CMYK 0 0.93 0.20 0.66
HSL 312.59º 0.87% 0.18% -
HSV(B) 312.59º 0.93% 0.34% -
XYZ 5.1 2.6 6.03 -
YUV 37.52 146.34 163.3 -
System Red Green Blue C M Y K H S L
Decimal 87 6 70 0 0.93 0.20 0.66 312.59 0.87 0.18
Hex 57 6 46 0 5D 14 42 139 57 12
Octal 127 6 106 0 135 24 102 471 127 22
Binary 1010111 110 1000110 0 1011101 10100 1000010 100111001 1010111 10010

Color Harmonies of #570646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570646

Black with #570646

Text Example


Text Example

White with #570646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570646; }

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

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

background-color css

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

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

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

border-color css

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

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

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