Html Css Color HEX #581146 Tyrian Purple

📋 copy color: '#581146'

red 88 ◦ green 17 ◦ blue 70

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

Shades of Tyrian Purple #581146

Tints of Tyrian Purple #581146

RGB

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

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

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

R = 50.29%
G = 9.71%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#581146 (or 0x581146) is known color: Tyrian Purple. HEX triplet: 58, 11 and 46. RGB value is (88,17,70). Sum of RGB (Red+Green+Blue) = 88+17+70=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581146 is #A7EEB9. Grayscale: #2C2C2C. Windows color (decimal): -11005626 or 4591960. OLE color: 4591960.

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

Color convert

RGB 88 17 70 -
CMYK 0 0.81 0.20 0.65
HSL 315.21º 0.68% 0.21% -
HSV(B) 315.21º 0.81% 0.35% -
XYZ 5.33 2.92 6.08 -
YUV 44.27 142.52 159.19 -
System Red Green Blue C M Y K H S L
Decimal 88 17 70 0 0.81 0.20 0.65 315.21 0.68 0.21
Hex 58 11 46 0 51 14 41 13B 44 15
Octal 130 21 106 0 121 24 101 473 104 25
Binary 1011000 10001 1000110 0 1010001 10100 1000001 100111011 1000100 10101

Color Harmonies of #581146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581146

Black with #581146

Text Example


Text Example

White with #581146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581146; }

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

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

background-color css

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

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

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

border-color css

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

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

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