Html Css Color HEX #560038 Tyrian Purple

📋 copy color: '#560038'

red 86 ◦ green 0 ◦ blue 56

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

Shades of Tyrian Purple #560038

Tints of Tyrian Purple #560038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 39.44%

R = 60.56%
G = 0%
B = 39.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#560038 (or 0x560038) is known color: Tyrian Purple. HEX triplet: 56, 00 and 38. RGB value is (86,0,56). Sum of RGB (Red+Green+Blue) = 86+0+56=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #560038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560038 is #A9FFC7. Grayscale: #1F1F1F. Windows color (decimal): -11141064 or 3670102. OLE color: 3670102.

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

Color convert

RGB 86 0 56 -
CMYK 0 1 0.35 0.66
HSL 320.93º 1% 0.17% -
HSV(B) 320.93º 1% 0.34% -
XYZ 4.55 2.26 3.94 -
YUV 32.1 141.49 166.45 -
System Red Green Blue C M Y K H S L
Decimal 86 0 56 0 1 0.35 0.66 320.93 1 0.17
Hex 56 0 38 0 64 23 42 141 64 11
Octal 126 0 70 0 144 43 102 501 144 21
Binary 1010110 0 111000 0 1100100 100011 1000010 101000001 1100100 10001

Color Harmonies of #560038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560038

Black with #560038

Text Example


Text Example

White with #560038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560038; }

 p { color: rgb(86,0,56); }

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

background-color css

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

 a { background-color: rgb(86,0,56); }

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

border-color css

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

 span { border-color: rgb(86,0,56); }

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