Html Css Color HEX #581047 Tyrian Purple

📋 copy color: '#581047'

red 88 ◦ green 16 ◦ blue 71

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

Shades of Tyrian Purple #581047

Tints of Tyrian Purple #581047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.57%

R = 50.29%
G = 9.14%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#581047 (or 0x581047) is known color: Tyrian Purple. HEX triplet: 58, 10 and 47. RGB value is (88,16,71). Sum of RGB (Red+Green+Blue) = 88+16+71=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581047 is #A7EFB8. Grayscale: #2B2B2B. Windows color (decimal): -11005881 or 4657240. OLE color: 4657240.

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

Color convert

RGB 88 16 71 -
CMYK 0 0.82 0.19 0.65
HSL 314.17º 0.69% 0.2% -
HSV(B) 314.17º 0.82% 0.35% -
XYZ 5.35 2.9 6.24 -
YUV 43.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 88 16 71 0 0.82 0.19 0.65 314.17 0.69 0.2
Hex 58 10 47 0 52 13 41 13A 45 14
Octal 130 20 107 0 122 23 101 472 105 24
Binary 1011000 10000 1000111 0 1010010 10011 1000001 100111010 1000101 10100

Color Harmonies of #581047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581047

Black with #581047

Text Example


Text Example

White with #581047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581047; }

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

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

background-color css

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

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

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

border-color css

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

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

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