Html Css Color HEX #560033 Tyrian Purple

📋 copy color: '#560033'

red 86 ◦ green 0 ◦ blue 51

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

Shades of Tyrian Purple #560033

Tints of Tyrian Purple #560033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 37.23%

R = 62.77%
G = 0%
B = 37.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#560033 (or 0x560033) is known color: Tyrian Purple. HEX triplet: 56, 00 and 33. RGB value is (86,0,51). Sum of RGB (Red+Green+Blue) = 86+0+51=137 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.77% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 51 (20.31% from 255 or 37.23% from 137); Max value from RGB is 86 - color contains mainly: red. Hex color #560033 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560033 is #A9FFCC. Grayscale: #1F1F1F. Windows color (decimal): -11141069 or 3342422. OLE color: 3342422.

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

Color convert

RGB 86 0 51 -
CMYK 0 1 0.41 0.66
HSL 324.42º 1% 0.17% -
HSV(B) 324.42º 1% 0.34% -
XYZ 4.44 2.22 3.33 -
YUV 31.53 138.99 166.85 -
System Red Green Blue C M Y K H S L
Decimal 86 0 51 0 1 0.41 0.66 324.42 1 0.17
Hex 56 0 33 0 64 29 42 144 64 11
Octal 126 0 63 0 144 51 102 504 144 21
Binary 1010110 0 110011 0 1100100 101001 1000010 101000100 1100100 10001

Color Harmonies of #560033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560033

Black with #560033

Text Example


Text Example

White with #560033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560033; }

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

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

background-color css

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

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

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

border-color css

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

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

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