Html Css Color HEX #58012E Tyrian Purple

📋 copy color: '#58012E'

red 88 ◦ green 1 ◦ blue 46

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

Shades of Tyrian Purple #58012E

Tints of Tyrian Purple #58012E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 34.07%

R = 65.19%
G = 0.74%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58012E (or 0x58012E) is known color: Tyrian Purple. HEX triplet: 58, 01 and 2E. RGB value is (88,1,46). Sum of RGB (Red+Green+Blue) = 88+1+46=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58012E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012E is #A7FED1. Grayscale: #202020. Windows color (decimal): -11009746 or 3015000. OLE color: 3015000.

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

Color convert

RGB 88 1 46 -
CMYK 0 0.99 0.48 0.65
HSL 328.97º 0.98% 0.17% -
HSV(B) 328.97º 0.99% 0.35% -
XYZ 4.53 2.29 2.79 -
YUV 32.14 135.82 167.84 -
System Red Green Blue C M Y K H S L
Decimal 88 1 46 0 0.99 0.48 0.65 328.97 0.98 0.17
Hex 58 1 2E 0 63 30 41 149 62 11
Octal 130 1 56 0 143 60 101 511 142 21
Binary 1011000 1 101110 0 1100011 110000 1000001 101001001 1100010 10001

Color Harmonies of #58012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58012E

Black with #58012E

Text Example


Text Example

White with #58012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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