Html Css Color HEX #570535 Tyrian Purple

📋 copy color: '#570535'

red 87 ◦ green 5 ◦ blue 53

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

Shades of Tyrian Purple #570535

Tints of Tyrian Purple #570535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 60%
G = 3.45%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#570535 (or 0x570535) is known color: Tyrian Purple. HEX triplet: 57, 05 and 35. RGB value is (87,5,53). Sum of RGB (Red+Green+Blue) = 87+5+53=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #570535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570535 is #A8FACA. Grayscale: #222222. Windows color (decimal): -11074251 or 3474775. OLE color: 3474775.

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

Color convert

RGB 87 5 53 -
CMYK 0 0.94 0.39 0.66
HSL 324.88º 0.89% 0.18% -
HSV(B) 324.88º 0.94% 0.34% -
XYZ 4.63 2.39 3.59 -
YUV 34.99 138.17 165.1 -
System Red Green Blue C M Y K H S L
Decimal 87 5 53 0 0.94 0.39 0.66 324.88 0.89 0.18
Hex 57 5 35 0 5E 27 42 145 59 12
Octal 127 5 65 0 136 47 102 505 131 22
Binary 1010111 101 110101 0 1011110 100111 1000010 101000101 1011001 10010

Color Harmonies of #570535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570535

Black with #570535

Text Example


Text Example

White with #570535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570535; }

 p { color: rgb(87,5,53); }

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

background-color css

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

 a { background-color: rgb(87,5,53); }

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

border-color css

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

 span { border-color: rgb(87,5,53); }

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