Html Css Color HEX #58012D Tyrian Purple

📋 copy color: '#58012D'

red 88 ◦ green 1 ◦ blue 45

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

Shades of Tyrian Purple #58012D

Tints of Tyrian Purple #58012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.58%

R = 65.67%
G = 0.75%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58012D (or 0x58012D) is known color: Tyrian Purple. HEX triplet: 58, 01 and 2D. RGB value is (88,1,45). Sum of RGB (Red+Green+Blue) = 88+1+45=134 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.67% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 45 (17.97% from 255 or 33.58% from 134); Max value from RGB is 88 - color contains mainly: red. Hex color #58012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012D is #A7FED2. Grayscale: #1F1F1F. Windows color (decimal): -11009747 or 2949464. OLE color: 2949464.

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

Color convert

RGB 88 1 45 -
CMYK 0 0.99 0.49 0.65
HSL 329.66º 0.98% 0.17% -
HSV(B) 329.66º 0.99% 0.35% -
XYZ 4.51 2.29 2.69 -
YUV 32.03 135.32 167.92 -
System Red Green Blue C M Y K H S L
Decimal 88 1 45 0 0.99 0.49 0.65 329.66 0.98 0.17
Hex 58 1 2D 0 63 31 41 14A 62 11
Octal 130 1 55 0 143 61 101 512 142 21
Binary 1011000 1 101101 0 1100011 110001 1000001 101001010 1100010 10001

Color Harmonies of #58012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58012D

Black with #58012D

Text Example


Text Example

White with #58012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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