Html Css Color HEX #581441 Tyrian Purple

📋 copy color: '#581441'

red 88 ◦ green 20 ◦ blue 65

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

Shades of Tyrian Purple #581441

Tints of Tyrian Purple #581441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

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

R = 50.87%
G = 11.56%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#581441 (or 0x581441) is known color: Tyrian Purple. HEX triplet: 58, 14 and 41. RGB value is (88,20,65). Sum of RGB (Red+Green+Blue) = 88+20+65=173 (22% of max value = 765). Red value is 88 (34.77% from 255 or 50.87% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 88 - color contains mainly: red. Hex color #581441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581441 is #A7EBBE. Grayscale: #2D2D2D. Windows color (decimal): -11004863 or 4265048. OLE color: 4265048.

HSL color Cylindrical-coordinate representation of color #581441: hue angle of 320.29º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581441 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 65 -
CMYK 0 0.77 0.26 0.65
HSL 320.29º 0.63% 0.21% -
HSV(B) 320.29º 0.77% 0.35% -
XYZ 5.23 2.96 5.3 -
YUV 45.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 88 20 65 0 0.77 0.26 0.65 320.29 0.63 0.21
Hex 58 14 41 0 4D 1A 41 140 3F 15
Octal 130 24 101 0 115 32 101 500 77 25
Binary 1011000 10100 1000001 0 1001101 11010 1000001 101000000 111111 10101

Color Harmonies of #581441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581441

Black with #581441

Text Example


Text Example

White with #581441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581441; }

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

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

background-color css

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

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

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

border-color css

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

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

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