#760378

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

Shades of Purple #760378

Tints of Purple #760378

Color information

#760378 (or 0x760378) is unknown color: approx Purple. HEX triplet: 76, 03 and 78. RGB value is (118,3,120). Sum of RGB (Red+Green+Blue) = 118+3+120=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 120 (47.27% from 255 or 49.79% from 241); Max value from RGB is 120 - color contains mainly: blue. Hex color #760378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760378 is #89FC87. Grayscale: #323232. Windows color (decimal): -9043080 or 7865206. OLE color: 7865206.

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

Color convert

RGB1183120-
CMYK0.020.9800.53
HSL298.97º95.12%24.12%-
HSV(B)298.97º97.5%47.06%-
XYZ10.895.2718.21-
YUV50.72167.1175.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 3 (1.56% from 255) = 1.24%
BLUE value IS 120 (47.27% from 255) = 49.79%
R=48.96%
G=1.24%
B=49.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11831200.020.9800.53298.9795.1224.12
Hex7637826203512b5f18
Octal1663170214206545313730
Binary11101101111110001011000100110101100101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760378; }

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

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

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

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

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

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

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

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