Html Css Color HEX #581138 Tyrian Purple

📋 copy color: '#581138'

red 88 ◦ green 17 ◦ blue 56

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

Shades of Tyrian Purple #581138

Tints of Tyrian Purple #581138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 54.66%
G = 10.56%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#581138 (or 0x581138) is known color: Tyrian Purple. HEX triplet: 58, 11 and 38. RGB value is (88,17,56). Sum of RGB (Red+Green+Blue) = 88+17+56=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 17 (7.03% from 255 or 10.56% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581138 is #A7EEC7. Grayscale: #2A2A2A. Windows color (decimal): -11005640 or 3674456. OLE color: 3674456.

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

Color convert

RGB 88 17 56 -
CMYK 0 0.81 0.36 0.65
HSL 327.04º 0.68% 0.21% -
HSV(B) 327.04º 0.81% 0.35% -
XYZ 4.94 2.76 4.01 -
YUV 42.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 88 17 56 0 0.81 0.36 0.65 327.04 0.68 0.21
Hex 58 11 38 0 51 24 41 147 44 15
Octal 130 21 70 0 121 44 101 507 104 25
Binary 1011000 10001 111000 0 1010001 100100 1000001 101000111 1000100 10101

Color Harmonies of #581138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581138

Black with #581138

Text Example


Text Example

White with #581138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581138; }

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

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

background-color css

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

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

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

border-color css

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

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

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