Html Css Color HEX #580450 Tyrian Purple

📋 copy color: '#580450'

red 88 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #580450

Tints of Tyrian Purple #580450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.33%

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

R = 51.16%
G = 2.33%
B = 46.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#580450 (or 0x580450) is known color: Tyrian Purple. HEX triplet: 58, 04 and 50. RGB value is (88,4,80). Sum of RGB (Red+Green+Blue) = 88+4+80=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #580450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580450 is #A7FBAF. Grayscale: #252525. Windows color (decimal): -11008944 or 5243992. OLE color: 5243992.

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

Color convert

RGB 88 4 80 -
CMYK 0 0.95 0.09 0.65
HSL 305.71º 0.91% 0.18% -
HSV(B) 305.71º 0.95% 0.35% -
XYZ 5.52 2.74 7.83 -
YUV 37.78 151.83 163.82 -
System Red Green Blue C M Y K H S L
Decimal 88 4 80 0 0.95 0.09 0.65 305.71 0.91 0.18
Hex 58 4 50 0 5F 9 41 132 5B 12
Octal 130 4 120 0 137 11 101 462 133 22
Binary 1011000 100 1010000 0 1011111 1001 1000001 100110010 1011011 10010

Color Harmonies of #580450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580450

Black with #580450

Text Example


Text Example

White with #580450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580450; }

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

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

background-color css

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

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

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

border-color css

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

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

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