Html Css Color HEX #581048 Tyrian Purple

📋 copy color: '#581048'

red 88 ◦ green 16 ◦ blue 72

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

Shades of Tyrian Purple #581048

Tints of Tyrian Purple #581048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

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

R = 50%
G = 9.09%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#581048 (or 0x581048) is known color: Tyrian Purple. HEX triplet: 58, 10 and 48. RGB value is (88,16,72). Sum of RGB (Red+Green+Blue) = 88+16+72=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #581048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581048 is #A7EFB7. Grayscale: #2B2B2B. Windows color (decimal): -11005880 or 4722776. OLE color: 4722776.

HSL color Cylindrical-coordinate representation of color #581048: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581048 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 16 72 -
CMYK 0 0.82 0.18 0.65
HSL 313.33º 0.69% 0.2% -
HSV(B) 313.33º 0.82% 0.35% -
XYZ 5.38 2.91 6.41 -
YUV 43.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 88 16 72 0 0.82 0.18 0.65 313.33 0.69 0.2
Hex 58 10 48 0 52 12 41 139 45 14
Octal 130 20 110 0 122 22 101 471 105 24
Binary 1011000 10000 1001000 0 1010010 10010 1000001 100111001 1000101 10100

Color Harmonies of #581048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581048

Black with #581048

Text Example


Text Example

White with #581048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581048; }

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

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

background-color css

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

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

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

border-color css

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

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

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