#581443

Color #581443 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #581443

Tints of Tyrian Purple #581443

Color information

#581443 (or 0x581443) is unknown color: approx Tyrian Purple. HEX triplet: 58, 14 and 43. RGB value is (88,20,67). Sum of RGB (Red+Green+Blue) = 88+20+67=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #581443 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581443 is #A7EBBC. Grayscale: #2D2D2D. Windows color (decimal): -11004861 or 4396120. OLE color: 4396120.

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

Color convert

RGB882067-
CMYK00.770.240.65
HSL318.53º62.96%21.18%-
HSV(B)318.53º77.27%34.51%-
XYZ5.292.985.61-
YUV45.69140.03158.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=50.29%
G=11.43%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88206700.770.240.65318.5362.9621.18
Hex58144304D184113f3f15
Octal130241030115301014777725
Binary10110001010010000110100110111000100000110011111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581443; }

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

 H1.HeaderClassName
 {
   color: #581443;
 }
 .AnyTagClassName
 {
   color: #581443;
 }
</style>
background-color css

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

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

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

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

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

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