Html Css Color HEX #570325 Tyrian Purple

📋 copy color: '#570325'

red 87 ◦ green 3 ◦ blue 37

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

Shades of Tyrian Purple #570325

Tints of Tyrian Purple #570325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.36%

 BLUE value IS 37 (14.84% from 255) = 29.13%

R = 68.5%
G = 2.36%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#570325 (or 0x570325) is known color: Tyrian Purple. HEX triplet: 57, 03 and 25. RGB value is (87,3,37). Sum of RGB (Red+Green+Blue) = 87+3+37=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570325 is #A8FCDA. Grayscale: #1F1F1F. Windows color (decimal): -11074779 or 2425687. OLE color: 2425687.

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

Color convert

RGB 87 3 37 -
CMYK 0 0.97 0.57 0.66
HSL 335.71º 0.93% 0.18% -
HSV(B) 335.71º 0.97% 0.34% -
XYZ 4.3 2.22 1.95 -
YUV 31.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 87 3 37 0 0.97 0.57 0.66 335.71 0.93 0.18
Hex 57 3 25 0 61 39 42 150 5D 12
Octal 127 3 45 0 141 71 102 520 135 22
Binary 1010111 11 100101 0 1100001 111001 1000010 101010000 1011101 10010

Color Harmonies of #570325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570325

Black with #570325

Text Example


Text Example

White with #570325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570325; }

 p { color: rgb(87,3,37); }

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

background-color css

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

 a { background-color: rgb(87,3,37); }

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

border-color css

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

 span { border-color: rgb(87,3,37); }

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