#760338

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

Shades of Tyrian Purple #760338

Tints of Tyrian Purple #760338

Color information

#760338 (or 0x760338) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 38. RGB value is (118,3,56). Sum of RGB (Red+Green+Blue) = 118+3+56=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 56 (22.27% from 255 or 31.64% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760338 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760338 is #89FCC7. Grayscale: #2B2B2B. Windows color (decimal): -9043144 or 3670902. OLE color: 3670902.

HSL color Cylindrical-coordinate representation of color #760338: hue angle of 332.35º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760338 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB118356-
CMYK00.970.530.54
HSL332.35º95.04%23.73%-
HSV(B)332.35º97.46%46.27%-
XYZ8.224.24.12-
YUV43.43135.1181.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 1.69%
BLUE value IS 56 (22.27% from 255) = 31.64%
R=66.67%
G=1.69%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11835600.970.530.54332.3595.0423.73
Hex76338061353614c5f18
Octal1663700141656651413730
Binary11101101111100001100001110101110110101001100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760338; }

 p { color: rgb(118,3,56); }

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

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

 a { background-color: rgb(118,3,56); }

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

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

 span { border-color: rgb(118,3,56); }

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