#5F134B

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

Shades of Tyrian Purple #5F134B

Tints of Tyrian Purple #5F134B

Color information

#5F134B (or 0x5F134B) is unknown color: approx Tyrian Purple. HEX triplet: 5F, 13 and 4B. RGB value is (95,19,75). Sum of RGB (Red+Green+Blue) = 95+19+75=189 (25% of max value = 765). Red value is 95 (37.5% from 255 or 50.26% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 95 - color contains mainly: red. Hex color #5F134B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F134B is #A0ECB4. Grayscale: #2F2F2F. Windows color (decimal): -10546357 or 4920159. OLE color: 4920159.

HSL color Cylindrical-coordinate representation of color #5F134B: hue angle of 315.79º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F134B is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB951975-
CMYK00.800.210.63
HSL315.79º66.67%22.35%-
HSV(B)315.79º80%37.25%-
XYZ6.223.416.99-
YUV48.11143.18161.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 50.26%
GREEN value IS 19 (7.81% from 255) = 10.05%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=50.26%
G=10.05%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95197500.800.210.63315.7966.6722.35
Hex5F134B050153F13c4316
Octal137231130120257747410326
Binary10111111001110010110101000010101111111100111100100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F134B; }

 p { color: rgb(95,19,75); }

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

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

 a { background-color: rgb(95,19,75); }

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

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

 span { border-color: rgb(95,19,75); }

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