Html Css Color HEX #58074B Tyrian Purple

📋 copy color: '#58074B'

red 88 ◦ green 7 ◦ blue 75

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

Shades of Tyrian Purple #58074B

Tints of Tyrian Purple #58074B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 75 (29.69% from 255) = 44.12%

R = 51.76%
G = 4.12%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58074B (or 0x58074B) is known color: Tyrian Purple. HEX triplet: 58, 07 and 4B. RGB value is (88,7,75). Sum of RGB (Red+Green+Blue) = 88+7+75=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58074B is #A7F8B4. Grayscale: #262626. Windows color (decimal): -11008181 or 4917080. OLE color: 4917080.

HSL color Cylindrical-coordinate representation of color #58074B: hue angle of 309.63º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58074B is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 7 75 -
CMYK 0 0.92 0.15 0.65
HSL 309.63º 0.85% 0.19% -
HSV(B) 309.63º 0.92% 0.35% -
XYZ 5.37 2.73 6.9 -
YUV 38.97 148.34 162.97 -
System Red Green Blue C M Y K H S L
Decimal 88 7 75 0 0.92 0.15 0.65 309.63 0.85 0.19
Hex 58 7 4B 0 5C F 41 136 55 13
Octal 130 7 113 0 134 17 101 466 125 23
Binary 1011000 111 1001011 0 1011100 1111 1000001 100110110 1010101 10011

Color Harmonies of #58074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58074B

Black with #58074B

Text Example


Text Example

White with #58074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58074B; }

 p { color: rgb(88,7,75); }

 H1.HeaderClassName
 {
   color: #58074B;
 }
 .AnyTagClassName
 {
   color: #58074B;
 }
</style>

background-color css

<style>
 a { background-color: #58074B; }

 a { background-color: rgb(88,7,75); }

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

border-color css

<style>
 span { border-color: #58074B; }

 span { border-color: rgb(88,7,75); }

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