Html Css Color HEX #580143 Tyrian Purple

📋 copy color: '#580143'

red 88 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #580143

Tints of Tyrian Purple #580143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.64%

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

R = 56.41%
G = 0.64%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.65

RGB Variations

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

Color information

#580143 (or 0x580143) is known color: Tyrian Purple. HEX triplet: 58, 01 and 43. RGB value is (88,1,67). Sum of RGB (Red+Green+Blue) = 88+1+67=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 67 (26.56% from 255 or 42.95% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #580143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580143 is #A7FEBC. Grayscale: #222222. Windows color (decimal): -11009725 or 4391256. OLE color: 4391256.

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

Color convert

RGB 88 1 67 -
CMYK 0 0.99 0.24 0.65
HSL 314.48º 0.98% 0.17% -
HSV(B) 314.48º 0.99% 0.35% -
XYZ 5.05 2.5 5.53 -
YUV 34.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 88 1 67 0 0.99 0.24 0.65 314.48 0.98 0.17
Hex 58 1 43 0 63 18 41 13A 62 11
Octal 130 1 103 0 143 30 101 472 142 21
Binary 1011000 1 1000011 0 1100011 11000 1000001 100111010 1100010 10001

Color Harmonies of #580143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580143

Black with #580143

Text Example


Text Example

White with #580143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580143; }

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

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

background-color css

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

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

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

border-color css

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

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

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