Html Css Color HEX #58022D Tyrian Purple

📋 copy color: '#58022D'

red 88 ◦ green 2 ◦ blue 45

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

Shades of Tyrian Purple #58022D

Tints of Tyrian Purple #58022D

RGB

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

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

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

R = 65.19%
G = 1.48%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.65

RGB Variations

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

Color information

#58022D (or 0x58022D) is known color: Tyrian Purple. HEX triplet: 58, 02 and 2D. RGB value is (88,2,45). Sum of RGB (Red+Green+Blue) = 88+2+45=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58022D is #A7FDD2. Grayscale: #202020. Windows color (decimal): -11009491 or 2949720. OLE color: 2949720.

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

Color convert

RGB 88 2 45 -
CMYK 0 0.98 0.49 0.65
HSL 330º 0.96% 0.18% -
HSV(B) 330º 0.98% 0.35% -
XYZ 4.52 2.31 2.69 -
YUV 32.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 88 2 45 0 0.98 0.49 0.65 330 0.96 0.18
Hex 58 2 2D 0 62 31 41 14A 60 12
Octal 130 2 55 0 142 61 101 512 140 22
Binary 1011000 10 101101 0 1100010 110001 1000001 101001010 1100000 10010

Color Harmonies of #58022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58022D

Black with #58022D

Text Example


Text Example

White with #58022D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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