Html Css Color HEX #58004B Tyrian Purple

📋 copy color: '#58004B'

red 88 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #58004B

Tints of Tyrian Purple #58004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.99%
G = 0%
B = 46.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58004B (or 0x58004B) is known color: Tyrian Purple. HEX triplet: 58, 00 and 4B. RGB value is (88,0,75). Sum of RGB (Red+Green+Blue) = 88+0+75=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #58004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58004B is #A7FFB4. Grayscale: #222222. Windows color (decimal): -11009973 or 4915288. OLE color: 4915288.

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

Color convert

RGB 88 0 75 -
CMYK 0 1 0.15 0.65
HSL 308.86º 1% 0.17% -
HSV(B) 308.86º 1% 0.35% -
XYZ 5.29 2.58 6.88 -
YUV 34.86 150.65 165.9 -
System Red Green Blue C M Y K H S L
Decimal 88 0 75 0 1 0.15 0.65 308.86 1 0.17
Hex 58 0 4B 0 64 F 41 135 64 11
Octal 130 0 113 0 144 17 101 465 144 21
Binary 1011000 0 1001011 0 1100100 1111 1000001 100110101 1100100 10001

Color Harmonies of #58004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58004B

Black with #58004B

Text Example


Text Example

White with #58004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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