Html Css Color HEX #56023F Tyrian Purple

📋 copy color: '#56023F'

red 86 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #56023F

Tints of Tyrian Purple #56023F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 41.72%

R = 56.95%
G = 1.32%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#56023F (or 0x56023F) is known color: Tyrian Purple. HEX triplet: 56, 02 and 3F. RGB value is (86,2,63). Sum of RGB (Red+Green+Blue) = 86+2+63=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #56023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56023F is #A9FDC0. Grayscale: #212121. Windows color (decimal): -11140545 or 4129366. OLE color: 4129366.

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

Color convert

RGB 86 2 63 -
CMYK 0 0.98 0.27 0.66
HSL 316.43º 0.95% 0.17% -
HSV(B) 316.43º 0.98% 0.34% -
XYZ 4.76 2.38 4.91 -
YUV 34.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 86 2 63 0 0.98 0.27 0.66 316.43 0.95 0.17
Hex 56 2 3F 0 62 1B 42 13C 5F 11
Octal 126 2 77 0 142 33 102 474 137 21
Binary 1010110 10 111111 0 1100010 11011 1000010 100111100 1011111 10001

Color Harmonies of #56023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56023F

Black with #56023F

Text Example


Text Example

White with #56023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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