Html Css Color HEX #580043 Tyrian Purple

📋 copy color: '#580043'

red 88 ◦ green 0 ◦ blue 67

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

Shades of Tyrian Purple #580043

Tints of Tyrian Purple #580043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 43.23%

R = 56.77%
G = 0%
B = 43.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#580043 (or 0x580043) is known color: Tyrian Purple. HEX triplet: 58, 00 and 43. RGB value is (88,0,67). Sum of RGB (Red+Green+Blue) = 88+0+67=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 67 (26.56% from 255 or 43.23% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #580043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580043 is #A7FFBC. Grayscale: #212121. Windows color (decimal): -11009981 or 4391000. OLE color: 4391000.

HSL color Cylindrical-coordinate representation of color #580043: hue angle of 314.32º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580043 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 67 -
CMYK 0 1 0.24 0.65
HSL 314.32º 1% 0.17% -
HSV(B) 314.32º 1% 0.35% -
XYZ 5.04 2.48 5.52 -
YUV 33.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 88 0 67 0 1 0.24 0.65 314.32 1 0.17
Hex 58 0 43 0 64 18 41 13A 64 11
Octal 130 0 103 0 144 30 101 472 144 21
Binary 1011000 0 1000011 0 1100100 11000 1000001 100111010 1100100 10001

Color Harmonies of #580043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580043

Black with #580043

Text Example


Text Example

White with #580043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580043; }

 p { color: rgb(88,0,67); }

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

background-color css

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

 a { background-color: rgb(88,0,67); }

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

border-color css

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

 span { border-color: rgb(88,0,67); }

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