Html Css Color HEX #570930 Tyrian Purple

📋 copy color: '#570930'

red 87 ◦ green 9 ◦ blue 48

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

Shades of Tyrian Purple #570930

Tints of Tyrian Purple #570930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

 BLUE value IS 48 (19.14% from 255) = 33.33%

R = 60.42%
G = 6.25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#570930 (or 0x570930) is known color: Tyrian Purple. HEX triplet: 57, 09 and 30. RGB value is (87,9,48). Sum of RGB (Red+Green+Blue) = 87+9+48=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #570930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570930 is #A8F6CF. Grayscale: #242424. Windows color (decimal): -11073232 or 3148119. OLE color: 3148119.

HSL color Cylindrical-coordinate representation of color #570930: hue angle of 330º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570930 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 9 48 -
CMYK 0 0.90 0.45 0.66
HSL 330º 0.81% 0.19% -
HSV(B) 330º 0.9% 0.34% -
XYZ 4.56 2.44 3.03 -
YUV 36.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 87 9 48 0 0.90 0.45 0.66 330 0.81 0.19
Hex 57 9 30 0 5A 2D 42 14A 51 13
Octal 127 11 60 0 132 55 102 512 121 23
Binary 1010111 1001 110000 0 1011010 101101 1000010 101001010 1010001 10011

Color Harmonies of #570930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570930

Black with #570930

Text Example


Text Example

White with #570930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570930; }

 p { color: rgb(87,9,48); }

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

background-color css

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

 a { background-color: rgb(87,9,48); }

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

border-color css

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

 span { border-color: rgb(87,9,48); }

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