Html Css Color HEX #56023B Tyrian Purple

📋 copy color: '#56023B'

red 86 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #56023B

Tints of Tyrian Purple #56023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 58.5%
G = 1.36%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.66

RGB Variations

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

Color information

#56023B (or 0x56023B) is known color: Tyrian Purple. HEX triplet: 56, 02 and 3B. RGB value is (86,2,59). Sum of RGB (Red+Green+Blue) = 86+2+59=147 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.50% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 86 - color contains mainly: red. Hex color #56023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56023B is #A9FDC4. Grayscale: #212121. Windows color (decimal): -11140549 or 3867222. OLE color: 3867222.

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

Color convert

RGB 86 2 59 -
CMYK 0 0.98 0.31 0.66
HSL 319.29º 0.95% 0.17% -
HSV(B) 319.29º 0.98% 0.34% -
XYZ 4.65 2.34 4.34 -
YUV 33.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 86 2 59 0 0.98 0.31 0.66 319.29 0.95 0.17
Hex 56 2 3B 0 62 1F 42 13F 5F 11
Octal 126 2 73 0 142 37 102 477 137 21
Binary 1010110 10 111011 0 1100010 11111 1000010 100111111 1011111 10001

Color Harmonies of #56023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56023B

Black with #56023B

Text Example


Text Example

White with #56023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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