Html Css Color HEX #560225 Tyrian Purple

📋 copy color: '#560225'

red 86 ◦ green 2 ◦ blue 37

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

Shades of Tyrian Purple #560225

Tints of Tyrian Purple #560225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.6%

R = 68.8%
G = 1.6%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#560225 (or 0x560225) is known color: Tyrian Purple. HEX triplet: 56, 02 and 25. RGB value is (86,2,37). Sum of RGB (Red+Green+Blue) = 86+2+37=125 (16% of max value = 765). Red value is 86 (33.98% from 255 or 68.8% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 86 - color contains mainly: red. Hex color #560225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560225 is #A9FDDA. Grayscale: #1F1F1F. Windows color (decimal): -11140571 or 2425430. OLE color: 2425430.

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

Color convert

RGB 86 2 37 -
CMYK 0 0.98 0.57 0.66
HSL 335º 0.95% 0.17% -
HSV(B) 335º 0.98% 0.34% -
XYZ 4.19 2.16 1.95 -
YUV 31.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 86 2 37 0 0.98 0.57 0.66 335 0.95 0.17
Hex 56 2 25 0 62 39 42 14F 5F 11
Octal 126 2 45 0 142 71 102 517 137 21
Binary 1010110 10 100101 0 1100010 111001 1000010 101001111 1011111 10001

Color Harmonies of #560225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560225

Black with #560225

Text Example


Text Example

White with #560225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560225; }

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

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

background-color css

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

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

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

border-color css

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

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

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