Html Css Color HEX #560228 Tyrian Purple

📋 copy color: '#560228'

red 86 ◦ green 2 ◦ blue 40

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

Shades of Tyrian Purple #560228

Tints of Tyrian Purple #560228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.56%

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

R = 67.19%
G = 1.56%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#560228 (or 0x560228) is known color: Tyrian Purple. HEX triplet: 56, 02 and 28. RGB value is (86,2,40). Sum of RGB (Red+Green+Blue) = 86+2+40=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #560228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560228 is #A9FDD7. Grayscale: #1F1F1F. Windows color (decimal): -11140568 or 2622038. OLE color: 2622038.

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

Color convert

RGB 86 2 40 -
CMYK 0 0.98 0.53 0.66
HSL 332.86º 0.95% 0.17% -
HSV(B) 332.86º 0.98% 0.34% -
XYZ 4.24 2.18 2.2 -
YUV 31.45 132.83 166.91 -
System Red Green Blue C M Y K H S L
Decimal 86 2 40 0 0.98 0.53 0.66 332.86 0.95 0.17
Hex 56 2 28 0 62 35 42 14D 5F 11
Octal 126 2 50 0 142 65 102 515 137 21
Binary 1010110 10 101000 0 1100010 110101 1000010 101001101 1011111 10001

Color Harmonies of #560228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560228

Black with #560228

Text Example


Text Example

White with #560228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560228; }

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

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

background-color css

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

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

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

border-color css

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

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

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