Html Css Color HEX #570429 Tyrian Purple

📋 copy color: '#570429'

red 87 ◦ green 4 ◦ blue 41

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

Shades of Tyrian Purple #570429

Tints of Tyrian Purple #570429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

 BLUE value IS 41 (16.41% from 255) = 31.06%

R = 65.91%
G = 3.03%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#570429 (or 0x570429) is known color: Tyrian Purple. HEX triplet: 57, 04 and 29. RGB value is (87,4,41). Sum of RGB (Red+Green+Blue) = 87+4+41=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570429 is #A8FBD6. Grayscale: #202020. Windows color (decimal): -11074519 or 2688087. OLE color: 2688087.

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

Color convert

RGB 87 4 41 -
CMYK 0 0.95 0.53 0.66
HSL 333.25º 0.91% 0.18% -
HSV(B) 333.25º 0.95% 0.34% -
XYZ 4.37 2.27 2.31 -
YUV 33.04 132.5 166.49 -
System Red Green Blue C M Y K H S L
Decimal 87 4 41 0 0.95 0.53 0.66 333.25 0.91 0.18
Hex 57 4 29 0 5F 35 42 14D 5B 12
Octal 127 4 51 0 137 65 102 515 133 22
Binary 1010111 100 101001 0 1011111 110101 1000010 101001101 1011011 10010

Color Harmonies of #570429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570429

Black with #570429

Text Example


Text Example

White with #570429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570429; }

 p { color: rgb(87,4,41); }

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

background-color css

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

 a { background-color: rgb(87,4,41); }

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

border-color css

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

 span { border-color: rgb(87,4,41); }

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