Html Css Color HEX #570426 Tyrian Purple

📋 copy color: '#570426'

red 87 ◦ green 4 ◦ blue 38

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

Shades of Tyrian Purple #570426

Tints of Tyrian Purple #570426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.46%

R = 67.44%
G = 3.1%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.66

RGB Variations

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

Color information

#570426 (or 0x570426) is known color: Tyrian Purple. HEX triplet: 57, 04 and 26. RGB value is (87,4,38). Sum of RGB (Red+Green+Blue) = 87+4+38=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #570426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570426 is #A8FBD9. Grayscale: #202020. Windows color (decimal): -11074522 or 2491479. OLE color: 2491479.

HSL color Cylindrical-coordinate representation of color #570426: hue angle of 335.42º 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 #570426 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 4 38 -
CMYK 0 0.95 0.56 0.66
HSL 335.42º 0.91% 0.18% -
HSV(B) 335.42º 0.95% 0.34% -
XYZ 4.32 2.25 2.04 -
YUV 32.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 87 4 38 0 0.95 0.56 0.66 335.42 0.91 0.18
Hex 57 4 26 0 5F 38 42 14F 5B 12
Octal 127 4 46 0 137 70 102 517 133 22
Binary 1010111 100 100110 0 1011111 111000 1000010 101001111 1011011 10010

Color Harmonies of #570426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570426

Black with #570426

Text Example


Text Example

White with #570426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570426; }

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

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

background-color css

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

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

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

border-color css

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

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

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