Html Css Color HEX #56023D Tyrian Purple

📋 copy color: '#56023D'

red 86 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #56023D

Tints of Tyrian Purple #56023D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.94%

R = 57.72%
G = 1.34%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#56023D (or 0x56023D) is known color: Tyrian Purple. HEX triplet: 56, 02 and 3D. RGB value is (86,2,61). Sum of RGB (Red+Green+Blue) = 86+2+61=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 61 (24.22% from 255 or 40.94% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56023D is #A9FDC2. Grayscale: #212121. Windows color (decimal): -11140547 or 3998294. OLE color: 3998294.

HSL color Cylindrical-coordinate representation of color #56023D: hue angle of 317.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 #56023D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 2 61 -
CMYK 0 0.98 0.29 0.66
HSL 317.86º 0.95% 0.17% -
HSV(B) 317.86º 0.98% 0.34% -
XYZ 4.7 2.36 4.62 -
YUV 33.84 143.33 165.2 -
System Red Green Blue C M Y K H S L
Decimal 86 2 61 0 0.98 0.29 0.66 317.86 0.95 0.17
Hex 56 2 3D 0 62 1D 42 13E 5F 11
Octal 126 2 75 0 142 35 102 476 137 21
Binary 1010110 10 111101 0 1100010 11101 1000010 100111110 1011111 10001

Color Harmonies of #56023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56023D

Black with #56023D

Text Example


Text Example

White with #56023D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56023D; }

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

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

background-color css

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

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

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

border-color css

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

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

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