Html Css Color HEX #580428 Tyrian Purple

📋 copy color: '#580428'

red 88 ◦ green 4 ◦ blue 40

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

Shades of Tyrian Purple #580428

Tints of Tyrian Purple #580428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.3%

R = 66.67%
G = 3.03%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#580428 (or 0x580428) is known color: Tyrian Purple. HEX triplet: 58, 04 and 28. RGB value is (88,4,40). Sum of RGB (Red+Green+Blue) = 88+4+40=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580428 is #A7FBD7. Grayscale: #212121. Windows color (decimal): -11008984 or 2622552. OLE color: 2622552.

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

Color convert

RGB 88 4 40 -
CMYK 0 0.95 0.55 0.65
HSL 334.29º 0.91% 0.18% -
HSV(B) 334.29º 0.95% 0.35% -
XYZ 4.45 2.31 2.22 -
YUV 33.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 88 4 40 0 0.95 0.55 0.65 334.29 0.91 0.18
Hex 58 4 28 0 5F 37 41 14E 5B 12
Octal 130 4 50 0 137 67 101 516 133 22
Binary 1011000 100 101000 0 1011111 110111 1000001 101001110 1011011 10010

Color Harmonies of #580428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580428

Black with #580428

Text Example


Text Example

White with #580428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580428; }

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

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

background-color css

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

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

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

border-color css

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

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

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