Html Css Color HEX #580446 Tyrian Purple

📋 copy color: '#580446'

red 88 ◦ green 4 ◦ blue 70

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

Shades of Tyrian Purple #580446

Tints of Tyrian Purple #580446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 43.21%

R = 54.32%
G = 2.47%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#580446 (or 0x580446) is known color: Tyrian Purple. HEX triplet: 58, 04 and 46. RGB value is (88,4,70). Sum of RGB (Red+Green+Blue) = 88+4+70=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #580446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580446 is #A7FBB9. Grayscale: #242424. Windows color (decimal): -11008954 or 4588632. OLE color: 4588632.

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

Color convert

RGB 88 4 70 -
CMYK 0 0.95 0.20 0.65
HSL 312.86º 0.91% 0.18% -
HSV(B) 312.86º 0.95% 0.35% -
XYZ 5.17 2.6 6.02 -
YUV 36.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 88 4 70 0 0.95 0.20 0.65 312.86 0.91 0.18
Hex 58 4 46 0 5F 14 41 139 5B 12
Octal 130 4 106 0 137 24 101 471 133 22
Binary 1011000 100 1000110 0 1011111 10100 1000001 100111001 1011011 10010

Color Harmonies of #580446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580446

Black with #580446

Text Example


Text Example

White with #580446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580446; }

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

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

background-color css

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

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

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

border-color css

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

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

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