Html Css Color HEX #580123 Tyrian Purple

📋 copy color: '#580123'

red 88 ◦ green 1 ◦ blue 35

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

Shades of Tyrian Purple #580123

Tints of Tyrian Purple #580123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 28.23%

R = 70.97%
G = 0.81%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#580123 (or 0x580123) is known color: Tyrian Purple. HEX triplet: 58, 01 and 23. RGB value is (88,1,35). Sum of RGB (Red+Green+Blue) = 88+1+35=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580123 is #A7FEDC. Grayscale: #1E1E1E. Windows color (decimal): -11009757 or 2294104. OLE color: 2294104.

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

Color convert

RGB 88 1 35 -
CMYK 0 0.99 0.60 0.65
HSL 336.55º 0.98% 0.17% -
HSV(B) 336.55º 0.99% 0.35% -
XYZ 4.34 2.22 1.79 -
YUV 30.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 88 1 35 0 0.99 0.60 0.65 336.55 0.98 0.17
Hex 58 1 23 0 63 3C 41 151 62 11
Octal 130 1 43 0 143 74 101 521 142 21
Binary 1011000 1 100011 0 1100011 111100 1000001 101010001 1100010 10001

Color Harmonies of #580123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580123

Black with #580123

Text Example


Text Example

White with #580123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580123; }

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

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

background-color css

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

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

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

border-color css

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

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

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