Html Css Color HEX #58012A Tyrian Purple

📋 copy color: '#58012A'

red 88 ◦ green 1 ◦ blue 42

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

Shades of Tyrian Purple #58012A

Tints of Tyrian Purple #58012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 32.06%

R = 67.18%
G = 0.76%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#58012A (or 0x58012A) is known color: Tyrian Purple. HEX triplet: 58, 01 and 2A. RGB value is (88,1,42). Sum of RGB (Red+Green+Blue) = 88+1+42=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #58012A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012A is #A7FED5. Grayscale: #1F1F1F. Windows color (decimal): -11009750 or 2752856. OLE color: 2752856.

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

Color convert

RGB 88 1 42 -
CMYK 0 0.99 0.52 0.65
HSL 331.72º 0.98% 0.17% -
HSV(B) 331.72º 0.99% 0.35% -
XYZ 4.45 2.26 2.39 -
YUV 31.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 88 1 42 0 0.99 0.52 0.65 331.72 0.98 0.17
Hex 58 1 2A 0 63 34 41 14C 62 11
Octal 130 1 52 0 143 64 101 514 142 21
Binary 1011000 1 101010 0 1100011 110100 1000001 101001100 1100010 10001

Color Harmonies of #58012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58012A

Black with #58012A

Text Example


Text Example

White with #58012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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