Html Css Color HEX #560229 Tyrian Purple

📋 copy color: '#560229'

red 86 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #560229

Tints of Tyrian Purple #560229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 66.67%
G = 1.55%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#560229 (or 0x560229) is known color: Tyrian Purple. HEX triplet: 56, 02 and 29. RGB value is (86,2,41). Sum of RGB (Red+Green+Blue) = 86+2+41=129 (17% of max value = 765). Red value is 86 (33.98% from 255 or 66.67% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 86 - color contains mainly: red. Hex color #560229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560229 is #A9FDD6. Grayscale: #1F1F1F. Windows color (decimal): -11140567 or 2687574. OLE color: 2687574.

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

Color convert

RGB 86 2 41 -
CMYK 0 0.98 0.52 0.66
HSL 332.14º 0.95% 0.17% -
HSV(B) 332.14º 0.98% 0.34% -
XYZ 4.26 2.18 2.29 -
YUV 31.56 133.33 166.83 -
System Red Green Blue C M Y K H S L
Decimal 86 2 41 0 0.98 0.52 0.66 332.14 0.95 0.17
Hex 56 2 29 0 62 34 42 14C 5F 11
Octal 126 2 51 0 142 64 102 514 137 21
Binary 1010110 10 101001 0 1100010 110100 1000010 101001100 1011111 10001

Color Harmonies of #560229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560229

Black with #560229

Text Example


Text Example

White with #560229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560229; }

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

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

background-color css

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

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

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

border-color css

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

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

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