Html Css Color HEX #560230 Tyrian Purple

📋 copy color: '#560230'

red 86 ◦ green 2 ◦ blue 48

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

Shades of Tyrian Purple #560230

Tints of Tyrian Purple #560230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 35.29%

R = 63.24%
G = 1.47%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#560230 (or 0x560230) is known color: Tyrian Purple. HEX triplet: 56, 02 and 30. RGB value is (86,2,48). Sum of RGB (Red+Green+Blue) = 86+2+48=136 (18% of max value = 765). Red value is 86 (33.98% from 255 or 63.24% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 86 - color contains mainly: red. Hex color #560230 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560230 is #A9FDCF. Grayscale: #202020. Windows color (decimal): -11140560 or 3146326. OLE color: 3146326.

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

Color convert

RGB 86 2 48 -
CMYK 0 0.98 0.44 0.66
HSL 327.14º 0.95% 0.17% -
HSV(B) 327.14º 0.98% 0.34% -
XYZ 4.39 2.24 3 -
YUV 32.36 136.83 166.26 -
System Red Green Blue C M Y K H S L
Decimal 86 2 48 0 0.98 0.44 0.66 327.14 0.95 0.17
Hex 56 2 30 0 62 2C 42 147 5F 11
Octal 126 2 60 0 142 54 102 507 137 21
Binary 1010110 10 110000 0 1100010 101100 1000010 101000111 1011111 10001

Color Harmonies of #560230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560230

Black with #560230

Text Example


Text Example

White with #560230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560230; }

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

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

background-color css

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

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

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

border-color css

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

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

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