Html Css Color HEX #570035 Tyrian Purple

📋 copy color: '#570035'

red 87 ◦ green 0 ◦ blue 53

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

Shades of Tyrian Purple #570035

Tints of Tyrian Purple #570035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.14%
G = 0%
B = 37.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#570035 (or 0x570035) is known color: Tyrian Purple. HEX triplet: 57, 00 and 35. RGB value is (87,0,53). Sum of RGB (Red+Green+Blue) = 87+0+53=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 53 (21.09% from 255 or 37.86% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #570035 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570035 is #A8FFCA. Grayscale: #1F1F1F. Windows color (decimal): -11075531 or 3473495. OLE color: 3473495.

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

Color convert

RGB 87 0 53 -
CMYK 0 1 0.39 0.66
HSL 323.45º 1% 0.17% -
HSV(B) 323.45º 1% 0.34% -
XYZ 4.57 2.28 3.57 -
YUV 32.06 139.82 167.19 -
System Red Green Blue C M Y K H S L
Decimal 87 0 53 0 1 0.39 0.66 323.45 1 0.17
Hex 57 0 35 0 64 27 42 143 64 11
Octal 127 0 65 0 144 47 102 503 144 21
Binary 1010111 0 110101 0 1100100 100111 1000010 101000011 1100100 10001

Color Harmonies of #570035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570035

Black with #570035

Text Example


Text Example

White with #570035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570035; }

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

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

background-color css

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

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

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

border-color css

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

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

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