Html Css Color HEX #58022E Tyrian Purple

📋 copy color: '#58022E'

red 88 ◦ green 2 ◦ blue 46

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

Shades of Tyrian Purple #58022E

Tints of Tyrian Purple #58022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

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

R = 64.71%
G = 1.47%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#58022E (or 0x58022E) is known color: Tyrian Purple. HEX triplet: 58, 02 and 2E. RGB value is (88,2,46). Sum of RGB (Red+Green+Blue) = 88+2+46=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 46 (18.36% from 255 or 33.82% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #58022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58022E is #A7FDD1. Grayscale: #202020. Windows color (decimal): -11009490 or 3015256. OLE color: 3015256.

HSL color Cylindrical-coordinate representation of color #58022E: hue angle of 329.3º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58022E is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 46 -
CMYK 0 0.98 0.48 0.65
HSL 329.3º 0.96% 0.18% -
HSV(B) 329.3º 0.98% 0.35% -
XYZ 4.54 2.32 2.79 -
YUV 32.73 135.49 167.42 -
System Red Green Blue C M Y K H S L
Decimal 88 2 46 0 0.98 0.48 0.65 329.3 0.96 0.18
Hex 58 2 2E 0 62 30 41 149 60 12
Octal 130 2 56 0 142 60 101 511 140 22
Binary 1011000 10 101110 0 1100010 110000 1000001 101001001 1100000 10010

Color Harmonies of #58022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58022E

Black with #58022E

Text Example


Text Example

White with #58022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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