Html Css Color HEX #560253 Tyrian Purple

📋 copy color: '#560253'

red 86 ◦ green 2 ◦ blue 83

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

Shades of Tyrian Purple #560253

Tints of Tyrian Purple #560253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 50.29%
G = 1.17%
B = 48.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#560253 (or 0x560253) is known color: Tyrian Purple. HEX triplet: 56, 02 and 53. RGB value is (86,2,83). Sum of RGB (Red+Green+Blue) = 86+2+83=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560253 is #A9FDAC. Grayscale: #242424. Windows color (decimal): -11140525 or 5440086. OLE color: 5440086.

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

Color convert

RGB 86 2 83 -
CMYK 0 0.98 0.03 0.66
HSL 302.14º 0.95% 0.17% -
HSV(B) 302.14º 0.98% 0.34% -
XYZ 5.42 2.65 8.41 -
YUV 36.35 154.33 163.41 -
System Red Green Blue C M Y K H S L
Decimal 86 2 83 0 0.98 0.03 0.66 302.14 0.95 0.17
Hex 56 2 53 0 62 3 42 12E 5F 11
Octal 126 2 123 0 142 3 102 456 137 21
Binary 1010110 10 1010011 0 1100010 11 1000010 100101110 1011111 10001

Color Harmonies of #560253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560253

Black with #560253

Text Example


Text Example

White with #560253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560253; }

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

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

background-color css

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

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

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

border-color css

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

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

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