Html Css Color HEX #581348 Tyrian Purple

📋 copy color: '#581348'

red 88 ◦ green 19 ◦ blue 72

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

Shades of Tyrian Purple #581348

Tints of Tyrian Purple #581348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.61%

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

R = 49.16%
G = 10.61%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#581348 (or 0x581348) is known color: Tyrian Purple. HEX triplet: 58, 13 and 48. RGB value is (88,19,72). Sum of RGB (Red+Green+Blue) = 88+19+72=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #581348 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581348 is #A7ECB7. Grayscale: #2D2D2D. Windows color (decimal): -11005112 or 4723544. OLE color: 4723544.

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

Color convert

RGB 88 19 72 -
CMYK 0 0.78 0.18 0.65
HSL 313.91º 0.64% 0.21% -
HSV(B) 313.91º 0.78% 0.35% -
XYZ 5.43 3.01 6.43 -
YUV 45.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 88 19 72 0 0.78 0.18 0.65 313.91 0.64 0.21
Hex 58 13 48 0 4E 12 41 13A 40 15
Octal 130 23 110 0 116 22 101 472 100 25
Binary 1011000 10011 1001000 0 1001110 10010 1000001 100111010 1000000 10101

Color Harmonies of #581348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581348

Black with #581348

Text Example


Text Example

White with #581348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581348; }

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

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

background-color css

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

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

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

border-color css

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

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

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