Html Css Color HEX #570441 Tyrian Purple

📋 copy color: '#570441'

red 87 ◦ green 4 ◦ blue 65

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

Shades of Tyrian Purple #570441

Tints of Tyrian Purple #570441

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 65 (25.78% from 255) = 41.67%

R = 55.77%
G = 2.56%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#570441 (or 0x570441) is known color: Tyrian Purple. HEX triplet: 57, 04 and 41. RGB value is (87,4,65). Sum of RGB (Red+Green+Blue) = 87+4+65=156 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.77% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 87 - color contains mainly: red. Hex color #570441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570441 is #A8FBBE. Grayscale: #232323. Windows color (decimal): -11074495 or 4260951. OLE color: 4260951.

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

Color convert

RGB 87 4 65 -
CMYK 0 0.95 0.25 0.66
HSL 315.9º 0.91% 0.18% -
HSV(B) 315.9º 0.95% 0.34% -
XYZ 4.93 2.49 5.22 -
YUV 35.77 144.5 164.54 -
System Red Green Blue C M Y K H S L
Decimal 87 4 65 0 0.95 0.25 0.66 315.9 0.91 0.18
Hex 57 4 41 0 5F 19 42 13C 5B 12
Octal 127 4 101 0 137 31 102 474 133 22
Binary 1010111 100 1000001 0 1011111 11001 1000010 100111100 1011011 10010

Color Harmonies of #570441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570441

Black with #570441

Text Example


Text Example

White with #570441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570441; }

 p { color: rgb(87,4,65); }

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

background-color css

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

 a { background-color: rgb(87,4,65); }

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

border-color css

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

 span { border-color: rgb(87,4,65); }

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