#761378

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

Shades of Purple #761378

Tints of Purple #761378

Color information

#761378 (or 0x761378) is unknown color: approx Purple. HEX triplet: 76, 13 and 78. RGB value is (118,19,120). Sum of RGB (Red+Green+Blue) = 118+19+120=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #761378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761378 is #89EC87. Grayscale: #3B3B3B. Windows color (decimal): -9038984 or 7869302. OLE color: 7869302.

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

Color convert

RGB11819120-
CMYK0.020.8400.53
HSL298.81º72.66%27.25%-
HSV(B)298.81º84.17%47.06%-
XYZ11.095.6718.28-
YUV60.11161.8169.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 19 (7.81% from 255) = 7.39%
BLUE value IS 120 (47.27% from 255) = 46.69%
R=45.91%
G=7.39%
B=46.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118191200.020.8400.53298.8172.6627.25
Hex76137825403512b491b
Octal16623170212406545311133
Binary11101101001111110001010101000110101100101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761378; }

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

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

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

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

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

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

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

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