Html Css Color HEX #58124B Tyrian Purple

📋 copy color: '#58124B'

red 88 ◦ green 18 ◦ blue 75

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

Shades of Tyrian Purple #58124B

Tints of Tyrian Purple #58124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.94%

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

R = 48.62%
G = 9.94%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58124B (or 0x58124B) is known color: Tyrian Purple. HEX triplet: 58, 12 and 4B. RGB value is (88,18,75). Sum of RGB (Red+Green+Blue) = 88+18+75=181 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.62% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 88 - color contains mainly: red. Hex color #58124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58124B is #A7EDB4. Grayscale: #2D2D2D. Windows color (decimal): -11005365 or 4919896. OLE color: 4919896.

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

Color convert

RGB 88 18 75 -
CMYK 0 0.80 0.15 0.65
HSL 311.14º 0.66% 0.21% -
HSV(B) 311.14º 0.8% 0.35% -
XYZ 5.51 3.02 6.95 -
YUV 45.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 88 18 75 0 0.80 0.15 0.65 311.14 0.66 0.21
Hex 58 12 4B 0 50 F 41 137 42 15
Octal 130 22 113 0 120 17 101 467 102 25
Binary 1011000 10010 1001011 0 1010000 1111 1000001 100110111 1000010 10101

Color Harmonies of #58124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58124B

Black with #58124B

Text Example


Text Example

White with #58124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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