#58123E

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

Shades of Tyrian Purple #58123E

Tints of Tyrian Purple #58123E

Color information

#58123E (or 0x58123E) is unknown color: approx Tyrian Purple. HEX triplet: 58, 12 and 3E. RGB value is (88,18,62). Sum of RGB (Red+Green+Blue) = 88+18+62=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 62 (24.61% from 255 or 36.90% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #58123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58123E is #A7EDC1. Grayscale: #2B2B2B. Windows color (decimal): -11005378 or 4067928. OLE color: 4067928.

HSL color Cylindrical-coordinate representation of color #58123E: hue angle of 322.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 #58123E is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.65.

Color convert

RGB881862-
CMYK00.800.300.65
HSL322.29º66.04%20.78%-
HSV(B)322.29º79.55%34.51%-
XYZ5.112.864.84-
YUV43.95138.19159.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.38%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 62 (24.61% from 255) = 36.90%
R=52.38%
G=10.71%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88186200.800.300.65322.2966.0420.78
Hex58123E0501E411424215
Octal130227601203610150210225
Binary10110001001011111001010000111101000001101000010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58123E; }

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

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

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

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

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

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

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

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