#760D92

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

Shades of Purple #760D92

Tints of Purple #760D92

Color information

#760D92 (or 0x760D92) is unknown color: approx Purple. HEX triplet: 76, 0D and 92. RGB value is (118,13,146). Sum of RGB (Red+Green+Blue) = 118+13+146=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #760D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760D92 is #89F26D. Grayscale: #3B3B3B. Windows color (decimal): -9040494 or 9571702. OLE color: 9571702.

HSL color Cylindrical-coordinate representation of color #760D92: hue angle of 287.37º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760D92 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11813146-
CMYK0.190.9100.43
HSL287.37º83.65%31.18%-
HSV(B)287.37º91.1%57.25%-
XYZ12.86.2127.72-
YUV59.56176.79169.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 13 (5.47% from 255) = 4.69%
BLUE value IS 146 (57.42% from 255) = 52.71%
R=42.60%
G=4.69%
B=52.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118131460.190.9100.43287.3783.6531.18
Hex76D92135B02B11f541f
Octal166152222313305343712437
Binary11101101101100100101001110110110101011100011111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760D92; }

 p { color: rgb(118,13,146); }

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

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

 a { background-color: rgb(118,13,146); }

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

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

 span { border-color: rgb(118,13,146); }

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