Html Css Color HEX #580448 Tyrian Purple

📋 copy color: '#580448'

red 88 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #580448

Tints of Tyrian Purple #580448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 43.9%

R = 53.66%
G = 2.44%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#580448 (or 0x580448) is known color: Tyrian Purple. HEX triplet: 58, 04 and 48. RGB value is (88,4,72). Sum of RGB (Red+Green+Blue) = 88+4+72=164 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.66% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 72 (28.52% from 255 or 43.90% from 164); Max value from RGB is 88 - color contains mainly: red. Hex color #580448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580448 is #A7FBB7. Grayscale: #242424. Windows color (decimal): -11008952 or 4719704. OLE color: 4719704.

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

Color convert

RGB 88 4 72 -
CMYK 0 0.95 0.18 0.65
HSL 311.43º 0.91% 0.18% -
HSV(B) 311.43º 0.95% 0.35% -
XYZ 5.24 2.63 6.36 -
YUV 36.87 147.83 164.47 -
System Red Green Blue C M Y K H S L
Decimal 88 4 72 0 0.95 0.18 0.65 311.43 0.91 0.18
Hex 58 4 48 0 5F 12 41 137 5B 12
Octal 130 4 110 0 137 22 101 467 133 22
Binary 1011000 100 1001000 0 1011111 10010 1000001 100110111 1011011 10010

Color Harmonies of #580448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580448

Black with #580448

Text Example


Text Example

White with #580448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580448; }

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

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

background-color css

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

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

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

border-color css

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

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

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