#760148

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

Shades of Tyrian Purple #760148

Tints of Tyrian Purple #760148

Color information

#760148 (or 0x760148) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 48. RGB value is (118,1,72). Sum of RGB (Red+Green+Blue) = 118+1+72=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #760148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760148 is #89FEB7. Grayscale: #2B2B2B. Windows color (decimal): -9043640 or 4718966. OLE color: 4718966.

HSL color Cylindrical-coordinate representation of color #760148: hue angle of 323.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760148 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB118172-
CMYK00.990.390.54
HSL323.59º98.32%23.33%-
HSV(B)323.59º99.15%46.27%-
XYZ8.654.346.51-
YUV44.08143.76180.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=61.78%
G=0.52%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11817200.990.390.54323.5998.3223.33
Hex7614806327361446217
Octal16611100143476650414227
Binary11101101100100001100011100111110110101000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760148; }

 p { color: rgb(118,1,72); }

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

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

 a { background-color: rgb(118,1,72); }

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

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

 span { border-color: rgb(118,1,72); }

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