Html Css Color HEX #580056 Tyrian Purple

📋 copy color: '#580056'

red 88 ◦ green 0 ◦ blue 86

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

Shades of Tyrian Purple #580056

Tints of Tyrian Purple #580056

RGB

 RED value IS 88 (34.77% from 255) = 50.57%

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

 BLUE value IS 86 (33.98% from 255) = 49.43%

R = 50.57%
G = 0%
B = 49.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#580056 (or 0x580056) is known color: Tyrian Purple. HEX triplet: 58, 00 and 56. RGB value is (88,0,86). Sum of RGB (Red+Green+Blue) = 88+0+86=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #580056 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580056 is #A7FFA9. Grayscale: #232323. Windows color (decimal): -11009962 or 5636184. OLE color: 5636184.

HSL color Cylindrical-coordinate representation of color #580056: hue angle of 301.36º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580056 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 86 -
CMYK 0 1 0.02 0.65
HSL 301.36º 1% 0.17% -
HSV(B) 301.36º 1% 0.35% -
XYZ 5.7 2.75 9.03 -
YUV 36.12 156.15 165.01 -
System Red Green Blue C M Y K H S L
Decimal 88 0 86 0 1 0.02 0.65 301.36 1 0.17
Hex 58 0 56 0 64 2 41 12D 64 11
Octal 130 0 126 0 144 2 101 455 144 21
Binary 1011000 0 1010110 0 1100100 10 1000001 100101101 1100100 10001

Color Harmonies of #580056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580056

Black with #580056

Text Example


Text Example

White with #580056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580056; }

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

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

background-color css

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

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

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

border-color css

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

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

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