Html Css Color HEX #56024C Tyrian Purple

📋 copy color: '#56024C'

red 86 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #56024C

Tints of Tyrian Purple #56024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 46.34%

R = 52.44%
G = 1.22%
B = 46.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#56024C (or 0x56024C) is known color: Tyrian Purple. HEX triplet: 56, 02 and 4C. RGB value is (86,2,76). Sum of RGB (Red+Green+Blue) = 86+2+76=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 76 (30.08% from 255 or 46.34% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #56024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56024C is #A9FDB3. Grayscale: #232323. Windows color (decimal): -11140532 or 4981334. OLE color: 4981334.

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

Color convert

RGB 86 2 76 -
CMYK 0 0.98 0.12 0.66
HSL 307.14º 0.95% 0.17% -
HSV(B) 307.14º 0.98% 0.34% -
XYZ 5.16 2.54 7.06 -
YUV 35.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 86 2 76 0 0.98 0.12 0.66 307.14 0.95 0.17
Hex 56 2 4C 0 62 C 42 133 5F 11
Octal 126 2 114 0 142 14 102 463 137 21
Binary 1010110 10 1001100 0 1100010 1100 1000010 100110011 1011111 10001

Color Harmonies of #56024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56024C

Black with #56024C

Text Example


Text Example

White with #56024C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56024C; }

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

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

background-color css

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

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

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

border-color css

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

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

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