Html Css Color HEX #58003A Tyrian Purple

📋 copy color: '#58003A'

red 88 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #58003A

Tints of Tyrian Purple #58003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 39.73%

R = 60.27%
G = 0%
B = 39.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58003A (or 0x58003A) is known color: Tyrian Purple. HEX triplet: 58, 00 and 3A. RGB value is (88,0,58). Sum of RGB (Red+Green+Blue) = 88+0+58=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #58003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58003A is #A7FFC5. Grayscale: #202020. Windows color (decimal): -11009990 or 3801176. OLE color: 3801176.

HSL color Cylindrical-coordinate representation of color #58003A: hue angle of 320.45º 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 #58003A is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 58 -
CMYK 0 1 0.34 0.65
HSL 320.45º 1% 0.17% -
HSV(B) 320.45º 1% 0.35% -
XYZ 4.79 2.38 4.21 -
YUV 32.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 88 0 58 0 1 0.34 0.65 320.45 1 0.17
Hex 58 0 3A 0 64 22 41 140 64 11
Octal 130 0 72 0 144 42 101 500 144 21
Binary 1011000 0 111010 0 1100100 100010 1000001 101000000 1100100 10001

Color Harmonies of #58003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58003A

Black with #58003A

Text Example


Text Example

White with #58003A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58003A; }

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

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

background-color css

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

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

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

border-color css

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

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

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