Html Css Color HEX #581237 Tyrian Purple

📋 copy color: '#581237'

red 88 ◦ green 18 ◦ blue 55

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

Shades of Tyrian Purple #581237

Tints of Tyrian Purple #581237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

 BLUE value IS 55 (21.88% from 255) = 34.16%

R = 54.66%
G = 11.18%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#581237 (or 0x581237) is known color: Tyrian Purple. HEX triplet: 58, 12 and 37. RGB value is (88,18,55). Sum of RGB (Red+Green+Blue) = 88+18+55=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #581237 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581237 is #A7EDC8. Grayscale: #2B2B2B. Windows color (decimal): -11005385 or 3609176. OLE color: 3609176.

HSL color Cylindrical-coordinate representation of color #581237: hue angle of 328.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #581237 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 18 55 -
CMYK 0 0.80 0.38 0.65
HSL 328.29º 0.66% 0.21% -
HSV(B) 328.29º 0.8% 0.35% -
XYZ 4.93 2.78 3.89 -
YUV 43.15 134.69 159.99 -
System Red Green Blue C M Y K H S L
Decimal 88 18 55 0 0.80 0.38 0.65 328.29 0.66 0.21
Hex 58 12 37 0 50 26 41 148 42 15
Octal 130 22 67 0 120 46 101 510 102 25
Binary 1011000 10010 110111 0 1010000 100110 1000001 101001000 1000010 10101

Color Harmonies of #581237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581237

Black with #581237

Text Example


Text Example

White with #581237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581237; }

 p { color: rgb(88,18,55); }

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

background-color css

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

 a { background-color: rgb(88,18,55); }

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

border-color css

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

 span { border-color: rgb(88,18,55); }

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