Html Css Color HEX #570650 Tyrian Purple

📋 copy color: '#570650'

red 87 ◦ green 6 ◦ blue 80

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

Shades of Tyrian Purple #570650

Tints of Tyrian Purple #570650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 50.29%
G = 3.47%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#570650 (or 0x570650) is known color: Tyrian Purple. HEX triplet: 57, 06 and 50. RGB value is (87,6,80). Sum of RGB (Red+Green+Blue) = 87+6+80=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570650 is #A8F9AF. Grayscale: #262626. Windows color (decimal): -11073968 or 5244503. OLE color: 5244503.

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

Color convert

RGB 87 6 80 -
CMYK 0 0.93 0.08 0.66
HSL 305.19º 0.87% 0.18% -
HSV(B) 305.19º 0.93% 0.34% -
XYZ 5.44 2.74 7.83 -
YUV 38.66 151.34 162.48 -
System Red Green Blue C M Y K H S L
Decimal 87 6 80 0 0.93 0.08 0.66 305.19 0.87 0.18
Hex 57 6 50 0 5D 8 42 131 57 12
Octal 127 6 120 0 135 10 102 461 127 22
Binary 1010111 110 1010000 0 1011101 1000 1000010 100110001 1010111 10010

Color Harmonies of #570650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570650

Black with #570650

Text Example


Text Example

White with #570650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570650; }

 p { color: rgb(87,6,80); }

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

background-color css

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

 a { background-color: rgb(87,6,80); }

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

border-color css

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

 span { border-color: rgb(87,6,80); }

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