#762894

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

Shades of Vivid Violet #762894

Tints of Vivid Violet #762894

Color information

#762894 (or 0x762894) is unknown color: approx Vivid Violet. HEX triplet: 76, 28 and 94. RGB value is (118,40,148). Sum of RGB (Red+Green+Blue) = 118+40+148=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #762894 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762894 is #89D76B. Grayscale: #4B4B4B. Windows color (decimal): -9033580 or 9709686. OLE color: 9709686.

HSL color Cylindrical-coordinate representation of color #762894: hue angle of 283.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762894 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11840148-
CMYK0.200.7300.42
HSL283.33º57.45%36.86%-
HSV(B)283.33º72.97%58.04%-
XYZ13.587.5128.75-
YUV75.63168.84158.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.56%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=38.56%
G=13.07%
B=48.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118401480.200.7300.42283.3357.4536.86
Hex762894144902A11b3925
Octal16650224241110524337145
Binary1110110101000100101001010010010010101010100011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762894; }

 p { color: rgb(118,40,148); }

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

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

 a { background-color: rgb(118,40,148); }

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

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

 span { border-color: rgb(118,40,148); }

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