Html Css Color HEX #58012C Tyrian Purple

📋 copy color: '#58012C'

red 88 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #58012C

Tints of Tyrian Purple #58012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 33.08%

R = 66.17%
G = 0.75%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.5

 K value IS 0.65

RGB Variations

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

Color information

#58012C (or 0x58012C) is known color: Tyrian Purple. HEX triplet: 58, 01 and 2C. RGB value is (88,1,44). Sum of RGB (Red+Green+Blue) = 88+1+44=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 44 (17.58% from 255 or 33.08% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58012C is #A7FED3. Grayscale: #1F1F1F. Windows color (decimal): -11009748 or 2883928. OLE color: 2883928.

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

Color convert

RGB 88 1 44 -
CMYK 0 0.99 0.5 0.65
HSL 330.34º 0.98% 0.17% -
HSV(B) 330.34º 0.99% 0.35% -
XYZ 4.49 2.28 2.59 -
YUV 31.92 134.82 168 -
System Red Green Blue C M Y K H S L
Decimal 88 1 44 0 0.99 0.5 0.65 330.34 0.98 0.17
Hex 58 1 2C 0 63 32 41 14A 62 11
Octal 130 1 54 0 143 62 101 512 142 21
Binary 1011000 1 101100 0 1100011 110010 1000001 101001010 1100010 10001

Color Harmonies of #58012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58012C

Black with #58012C

Text Example


Text Example

White with #58012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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