Html Css Color HEX #58013D Tyrian Purple

📋 copy color: '#58013D'

red 88 ◦ green 1 ◦ blue 61

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

Shades of Tyrian Purple #58013D

Tints of Tyrian Purple #58013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.67%

R = 58.67%
G = 0.67%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#58013D (or 0x58013D) is known color: Tyrian Purple. HEX triplet: 58, 01 and 3D. RGB value is (88,1,61). Sum of RGB (Red+Green+Blue) = 88+1+61=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58013D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58013D is #A7FEC2. Grayscale: #212121. Windows color (decimal): -11009731 or 3998040. OLE color: 3998040.

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

Color convert

RGB 88 1 61 -
CMYK 0 0.99 0.31 0.65
HSL 318.62º 0.98% 0.17% -
HSV(B) 318.62º 0.99% 0.35% -
XYZ 4.88 2.43 4.63 -
YUV 33.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 88 1 61 0 0.99 0.31 0.65 318.62 0.98 0.17
Hex 58 1 3D 0 63 1F 41 13F 62 11
Octal 130 1 75 0 143 37 101 477 142 21
Binary 1011000 1 111101 0 1100011 11111 1000001 100111111 1100010 10001

Color Harmonies of #58013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58013D

Black with #58013D

Text Example


Text Example

White with #58013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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