Html Css Color HEX #581148 Tyrian Purple

📋 copy color: '#581148'

red 88 ◦ green 17 ◦ blue 72

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

Shades of Tyrian Purple #581148

Tints of Tyrian Purple #581148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40.68%

R = 49.72%
G = 9.6%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#581148 (or 0x581148) is known color: Tyrian Purple. HEX triplet: 58, 11 and 48. RGB value is (88,17,72). Sum of RGB (Red+Green+Blue) = 88+17+72=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #581148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581148 is #A7EEB7. Grayscale: #2C2C2C. Windows color (decimal): -11005624 or 4723032. OLE color: 4723032.

HSL color Cylindrical-coordinate representation of color #581148: hue angle of 313.52º 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 #581148 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 17 72 -
CMYK 0 0.81 0.18 0.65
HSL 313.52º 0.68% 0.21% -
HSV(B) 313.52º 0.81% 0.35% -
XYZ 5.39 2.94 6.41 -
YUV 44.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 88 17 72 0 0.81 0.18 0.65 313.52 0.68 0.21
Hex 58 11 48 0 51 12 41 13A 44 15
Octal 130 21 110 0 121 22 101 472 104 25
Binary 1011000 10001 1001000 0 1010001 10010 1000001 100111010 1000100 10101

Color Harmonies of #581148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581148

Black with #581148

Text Example


Text Example

White with #581148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581148; }

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

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

background-color css

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

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

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

border-color css

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

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

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