Html Css Color HEX #56002A Tyrian Purple

📋 copy color: '#56002A'

red 86 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #56002A

Tints of Tyrian Purple #56002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.81%

R = 67.19%
G = 0%
B = 32.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.66

RGB Variations

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

Color information

#56002A (or 0x56002A) is known color: Tyrian Purple. HEX triplet: 56, 00 and 2A. RGB value is (86,0,42). Sum of RGB (Red+Green+Blue) = 86+0+42=128 (16% of max value = 765). Red value is 86 (33.98% from 255 or 67.19% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 86 - color contains mainly: red. Hex color #56002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56002A is #A9FFD5. Grayscale: #1E1E1E. Windows color (decimal): -11141078 or 2752598. OLE color: 2752598.

HSL color Cylindrical-coordinate representation of color #56002A: hue angle of 330.7º 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 #56002A is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 0 42 -
CMYK 0 1 0.51 0.66
HSL 330.7º 1% 0.17% -
HSV(B) 330.7º 1% 0.34% -
XYZ 4.26 2.15 2.38 -
YUV 30.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 86 0 42 0 1 0.51 0.66 330.7 1 0.17
Hex 56 0 2A 0 64 33 42 14B 64 11
Octal 126 0 52 0 144 63 102 513 144 21
Binary 1010110 0 101010 0 1100100 110011 1000010 101001011 1100100 10001

Color Harmonies of #56002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56002A

Black with #56002A

Text Example


Text Example

White with #56002A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56002A; }

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

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

background-color css

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

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

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

border-color css

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

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

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