Html Css Color HEX #570135 Tyrian Purple

📋 copy color: '#570135'

red 87 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #570135

Tints of Tyrian Purple #570135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

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

R = 61.7%
G = 0.71%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.66

RGB Variations

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

Color information

#570135 (or 0x570135) is known color: Tyrian Purple. HEX triplet: 57, 01 and 35. RGB value is (87,1,53). Sum of RGB (Red+Green+Blue) = 87+1+53=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 1 (0.78% from 255 or 0.71% from 141); Blue value is 53 (21.09% from 255 or 37.59% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #570135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570135 is #A8FECA. Grayscale: #202020. Windows color (decimal): -11075275 or 3473751. OLE color: 3473751.

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

Color convert

RGB 87 1 53 -
CMYK 0 0.99 0.39 0.66
HSL 323.72º 0.98% 0.17% -
HSV(B) 323.72º 0.99% 0.34% -
XYZ 4.58 2.3 3.57 -
YUV 32.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 87 1 53 0 0.99 0.39 0.66 323.72 0.98 0.17
Hex 57 1 35 0 63 27 42 144 62 11
Octal 127 1 65 0 143 47 102 504 142 21
Binary 1010111 1 110101 0 1100011 100111 1000010 101000100 1100010 10001

Color Harmonies of #570135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570135

Black with #570135

Text Example


Text Example

White with #570135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570135; }

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

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

background-color css

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

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

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

border-color css

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

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

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