Html Css Color HEX #58003B Tyrian Purple

📋 copy color: '#58003B'

red 88 ◦ green 0 ◦ blue 59

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

Shades of Tyrian Purple #58003B

Tints of Tyrian Purple #58003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.14%

R = 59.86%
G = 0%
B = 40.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#58003B (or 0x58003B) is known color: Tyrian Purple. HEX triplet: 58, 00 and 3B. RGB value is (88,0,59). Sum of RGB (Red+Green+Blue) = 88+0+59=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #58003B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58003B is #A7FFC4. Grayscale: #202020. Windows color (decimal): -11009989 or 3866712. OLE color: 3866712.

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

Color convert

RGB 88 0 59 -
CMYK 0 1 0.33 0.65
HSL 319.77º 1% 0.17% -
HSV(B) 319.77º 1% 0.35% -
XYZ 4.81 2.39 4.35 -
YUV 33.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 88 0 59 0 1 0.33 0.65 319.77 1 0.17
Hex 58 0 3B 0 64 21 41 140 64 11
Octal 130 0 73 0 144 41 101 500 144 21
Binary 1011000 0 111011 0 1100100 100001 1000001 101000000 1100100 10001

Color Harmonies of #58003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58003B

Black with #58003B

Text Example


Text Example

White with #58003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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