Html Css Color HEX #581446 Tyrian Purple

📋 copy color: '#581446'

red 88 ◦ green 20 ◦ blue 70

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

Shades of Tyrian Purple #581446

Tints of Tyrian Purple #581446

RGB

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

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

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

R = 49.44%
G = 11.24%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#581446 (or 0x581446) is known color: Tyrian Purple. HEX triplet: 58, 14 and 46. RGB value is (88,20,70). Sum of RGB (Red+Green+Blue) = 88+20+70=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #581446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581446 is #A7EBB9. Grayscale: #2D2D2D. Windows color (decimal): -11004858 or 4592728. OLE color: 4592728.

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

Color convert

RGB 88 20 70 -
CMYK 0 0.77 0.20 0.65
HSL 315.88º 0.63% 0.21% -
HSV(B) 315.88º 0.77% 0.35% -
XYZ 5.38 3.02 6.09 -
YUV 46.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 88 20 70 0 0.77 0.20 0.65 315.88 0.63 0.21
Hex 58 14 46 0 4D 14 41 13C 3F 15
Octal 130 24 106 0 115 24 101 474 77 25
Binary 1011000 10100 1000110 0 1001101 10100 1000001 100111100 111111 10101

Color Harmonies of #581446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581446

Black with #581446

Text Example


Text Example

White with #581446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581446; }

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

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

background-color css

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

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

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

border-color css

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

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

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