Html Css Color HEX #580055 Tyrian Purple

📋 copy color: '#580055'

red 88 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #580055

Tints of Tyrian Purple #580055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.13%

R = 50.87%
G = 0%
B = 49.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#580055 (or 0x580055) is known color: Tyrian Purple. HEX triplet: 58, 00 and 55. RGB value is (88,0,85). Sum of RGB (Red+Green+Blue) = 88+0+85=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #580055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580055 is #A7FFAA. Grayscale: #232323. Windows color (decimal): -11009963 or 5570648. OLE color: 5570648.

HSL color Cylindrical-coordinate representation of color #580055: hue angle of 302.05º 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 #580055 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 85 -
CMYK 0 1 0.03 0.65
HSL 302.05º 1% 0.17% -
HSV(B) 302.05º 1% 0.35% -
XYZ 5.66 2.73 8.82 -
YUV 36 155.65 165.09 -
System Red Green Blue C M Y K H S L
Decimal 88 0 85 0 1 0.03 0.65 302.05 1 0.17
Hex 58 0 55 0 64 3 41 12E 64 11
Octal 130 0 125 0 144 3 101 456 144 21
Binary 1011000 0 1010101 0 1100100 11 1000001 100101110 1100100 10001

Color Harmonies of #580055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580055

Black with #580055

Text Example


Text Example

White with #580055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580055; }

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

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

background-color css

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

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

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

border-color css

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

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

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