Html Css Color HEX #581041 Tyrian Purple

📋 copy color: '#581041'

red 88 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #581041

Tints of Tyrian Purple #581041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.46%

R = 52.07%
G = 9.47%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#581041 (or 0x581041) is known color: Tyrian Purple. HEX triplet: 58, 10 and 41. RGB value is (88,16,65). Sum of RGB (Red+Green+Blue) = 88+16+65=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 65 (25.78% from 255 or 38.46% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #581041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581041 is #A7EFBE. Grayscale: #2A2A2A. Windows color (decimal): -11005887 or 4264024. OLE color: 4264024.

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

Color convert

RGB 88 16 65 -
CMYK 0 0.82 0.26 0.65
HSL 319.17º 0.69% 0.2% -
HSV(B) 319.17º 0.82% 0.35% -
XYZ 5.16 2.83 5.27 -
YUV 43.11 140.35 160.02 -
System Red Green Blue C M Y K H S L
Decimal 88 16 65 0 0.82 0.26 0.65 319.17 0.69 0.2
Hex 58 10 41 0 52 1A 41 13F 45 14
Octal 130 20 101 0 122 32 101 477 105 24
Binary 1011000 10000 1000001 0 1010010 11010 1000001 100111111 1000101 10100

Color Harmonies of #581041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581041

Black with #581041

Text Example


Text Example

White with #581041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581041; }

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

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

background-color css

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

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

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

border-color css

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

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

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