Html Css Color HEX #58114B Tyrian Purple

📋 copy color: '#58114B'

red 88 ◦ green 17 ◦ blue 75

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

Shades of Tyrian Purple #58114B

Tints of Tyrian Purple #58114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 48.89%
G = 9.44%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58114B (or 0x58114B) is known color: Tyrian Purple. HEX triplet: 58, 11 and 4B. RGB value is (88,17,75). Sum of RGB (Red+Green+Blue) = 88+17+75=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #58114B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58114B is #A7EEB4. Grayscale: #2C2C2C. Windows color (decimal): -11005621 or 4919640. OLE color: 4919640.

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

Color convert

RGB 88 17 75 -
CMYK 0 0.81 0.15 0.65
HSL 310.99º 0.68% 0.21% -
HSV(B) 310.99º 0.81% 0.35% -
XYZ 5.49 2.98 6.94 -
YUV 44.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 88 17 75 0 0.81 0.15 0.65 310.99 0.68 0.21
Hex 58 11 4B 0 51 F 41 137 44 15
Octal 130 21 113 0 121 17 101 467 104 25
Binary 1011000 10001 1001011 0 1010001 1111 1000001 100110111 1000100 10101

Color Harmonies of #58114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58114B

Black with #58114B

Text Example


Text Example

White with #58114B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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