Html Css Color HEX #560428 Tyrian Purple

📋 copy color: '#560428'

red 86 ◦ green 4 ◦ blue 40

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

Shades of Tyrian Purple #560428

Tints of Tyrian Purple #560428

RGB

 RED value IS 86 (33.98% from 255) = 66.15%

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

 BLUE value IS 40 (16.02% from 255) = 30.77%

R = 66.15%
G = 3.08%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#560428 (or 0x560428) is known color: Tyrian Purple. HEX triplet: 56, 04 and 28. RGB value is (86,4,40). Sum of RGB (Red+Green+Blue) = 86+4+40=130 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.15% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 86 - color contains mainly: red. Hex color #560428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560428 is #A9FBD7. Grayscale: #202020. Windows color (decimal): -11140056 or 2622550. OLE color: 2622550.

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

Color convert

RGB 86 4 40 -
CMYK 0 0.95 0.53 0.66
HSL 333.66º 0.91% 0.18% -
HSV(B) 333.66º 0.95% 0.34% -
XYZ 4.26 2.22 2.21 -
YUV 32.62 132.17 166.07 -
System Red Green Blue C M Y K H S L
Decimal 86 4 40 0 0.95 0.53 0.66 333.66 0.91 0.18
Hex 56 4 28 0 5F 35 42 14E 5B 12
Octal 126 4 50 0 137 65 102 516 133 22
Binary 1010110 100 101000 0 1011111 110101 1000010 101001110 1011011 10010

Color Harmonies of #560428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560428

Black with #560428

Text Example


Text Example

White with #560428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560428; }

 p { color: rgb(86,4,40); }

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

background-color css

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

 a { background-color: rgb(86,4,40); }

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

border-color css

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

 span { border-color: rgb(86,4,40); }

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