Html Css Color HEX #56002D Tyrian Purple

📋 copy color: '#56002D'

red 86 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #56002D

Tints of Tyrian Purple #56002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.35%

R = 65.65%
G = 0%
B = 34.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.66

RGB Variations

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

Color information

#56002D (or 0x56002D) is known color: Tyrian Purple. HEX triplet: 56, 00 and 2D. RGB value is (86,0,45). Sum of RGB (Red+Green+Blue) = 86+0+45=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #56002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56002D is #A9FFD2. Grayscale: #1E1E1E. Windows color (decimal): -11141075 or 2949206. OLE color: 2949206.

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

Color convert

RGB 86 0 45 -
CMYK 0 1 0.48 0.66
HSL 328.6º 1% 0.17% -
HSV(B) 328.6º 1% 0.34% -
XYZ 4.31 2.17 2.67 -
YUV 30.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 86 0 45 0 1 0.48 0.66 328.6 1 0.17
Hex 56 0 2D 0 64 30 42 149 64 11
Octal 126 0 55 0 144 60 102 511 144 21
Binary 1010110 0 101101 0 1100100 110000 1000010 101001001 1100100 10001

Color Harmonies of #56002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56002D

Black with #56002D

Text Example


Text Example

White with #56002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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