Html Css Color HEX #570742 Tyrian Purple

📋 copy color: '#570742'

red 87 ◦ green 7 ◦ blue 66

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

Shades of Tyrian Purple #570742

Tints of Tyrian Purple #570742

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.38%

 BLUE value IS 66 (26.17% from 255) = 41.25%

R = 54.38%
G = 4.38%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#570742 (or 0x570742) is known color: Tyrian Purple. HEX triplet: 57, 07 and 42. RGB value is (87,7,66). Sum of RGB (Red+Green+Blue) = 87+7+66=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 7 (3.12% from 255 or 4.38% from 160); Blue value is 66 (26.17% from 255 or 41.25% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #570742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570742 is #A8F8BD. Grayscale: #252525. Windows color (decimal): -11073726 or 4327255. OLE color: 4327255.

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

Color convert

RGB 87 7 66 -
CMYK 0 0.92 0.24 0.66
HSL 315.75º 0.85% 0.18% -
HSV(B) 315.75º 0.92% 0.34% -
XYZ 4.99 2.57 5.39 -
YUV 37.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 87 7 66 0 0.92 0.24 0.66 315.75 0.85 0.18
Hex 57 7 42 0 5C 18 42 13C 55 12
Octal 127 7 102 0 134 30 102 474 125 22
Binary 1010111 111 1000010 0 1011100 11000 1000010 100111100 1010101 10010

Color Harmonies of #570742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570742

Black with #570742

Text Example


Text Example

White with #570742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570742; }

 p { color: rgb(87,7,66); }

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

background-color css

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

 a { background-color: rgb(87,7,66); }

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

border-color css

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

 span { border-color: rgb(87,7,66); }

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