Html Css Color HEX #581046 Tyrian Purple

📋 copy color: '#581046'

red 88 ◦ green 16 ◦ blue 70

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

Shades of Tyrian Purple #581046

Tints of Tyrian Purple #581046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40.23%

R = 50.57%
G = 9.2%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#581046 (or 0x581046) is known color: Tyrian Purple. HEX triplet: 58, 10 and 46. RGB value is (88,16,70). Sum of RGB (Red+Green+Blue) = 88+16+70=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #581046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581046 is #A7EFB9. Grayscale: #2B2B2B. Windows color (decimal): -11005882 or 4591704. OLE color: 4591704.

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

Color convert

RGB 88 16 70 -
CMYK 0 0.82 0.20 0.65
HSL 315º 0.69% 0.2% -
HSV(B) 315º 0.82% 0.35% -
XYZ 5.32 2.89 6.07 -
YUV 43.68 142.85 159.61 -
System Red Green Blue C M Y K H S L
Decimal 88 16 70 0 0.82 0.20 0.65 315 0.69 0.2
Hex 58 10 46 0 52 14 41 13B 45 14
Octal 130 20 106 0 122 24 101 473 105 24
Binary 1011000 10000 1000110 0 1010010 10100 1000001 100111011 1000101 10100

Color Harmonies of #581046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581046

Black with #581046

Text Example


Text Example

White with #581046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581046; }

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

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

background-color css

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

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

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

border-color css

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

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

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