Html Css Color HEX #58023F Tyrian Purple

📋 copy color: '#58023F'

red 88 ◦ green 2 ◦ blue 63

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

Shades of Tyrian Purple #58023F

Tints of Tyrian Purple #58023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

 BLUE value IS 63 (25% from 255) = 41.18%

R = 57.52%
G = 1.31%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58023F (or 0x58023F) is known color: Tyrian Purple. HEX triplet: 58, 02 and 3F. RGB value is (88,2,63). Sum of RGB (Red+Green+Blue) = 88+2+63=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58023F is #A7FDC0. Grayscale: #222222. Windows color (decimal): -11009473 or 4129368. OLE color: 4129368.

HSL color Cylindrical-coordinate representation of color #58023F: hue angle of 317.44º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58023F is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 63 -
CMYK 0 0.98 0.28 0.65
HSL 317.44º 0.96% 0.18% -
HSV(B) 317.44º 0.98% 0.35% -
XYZ 4.94 2.48 4.92 -
YUV 34.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 88 2 63 0 0.98 0.28 0.65 317.44 0.96 0.18
Hex 58 2 3F 0 62 1C 41 13D 60 12
Octal 130 2 77 0 142 34 101 475 140 22
Binary 1011000 10 111111 0 1100010 11100 1000001 100111101 1100000 10010

Color Harmonies of #58023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58023F

Black with #58023F

Text Example


Text Example

White with #58023F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58023F; }

 p { color: rgb(88,2,63); }

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

background-color css

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

 a { background-color: rgb(88,2,63); }

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

border-color css

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

 span { border-color: rgb(88,2,63); }

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