Html Css Color HEX #580350 Tyrian Purple

📋 copy color: '#580350'

red 88 ◦ green 3 ◦ blue 80

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

Shades of Tyrian Purple #580350

Tints of Tyrian Purple #580350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.75%

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 51.46%
G = 1.75%
B = 46.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#580350 (or 0x580350) is known color: Tyrian Purple. HEX triplet: 58, 03 and 50. RGB value is (88,3,80). Sum of RGB (Red+Green+Blue) = 88+3+80=171 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.46% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 88 - color contains mainly: red. Hex color #580350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580350 is #A7FCAF. Grayscale: #242424. Windows color (decimal): -11009200 or 5243736. OLE color: 5243736.

HSL color Cylindrical-coordinate representation of color #580350: hue angle of 305.65º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #580350 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 3 80 -
CMYK 0 0.97 0.09 0.65
HSL 305.65º 0.93% 0.18% -
HSV(B) 305.65º 0.97% 0.35% -
XYZ 5.51 2.72 7.82 -
YUV 37.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 88 3 80 0 0.97 0.09 0.65 305.65 0.93 0.18
Hex 58 3 50 0 61 9 41 132 5D 12
Octal 130 3 120 0 141 11 101 462 135 22
Binary 1011000 11 1010000 0 1100001 1001 1000001 100110010 1011101 10010

Color Harmonies of #580350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580350

Black with #580350

Text Example


Text Example

White with #580350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580350; }

 p { color: rgb(88,3,80); }

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

background-color css

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

 a { background-color: rgb(88,3,80); }

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

border-color css

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

 span { border-color: rgb(88,3,80); }

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