#763489

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

Shades of Vivid Violet #763489

Tints of Vivid Violet #763489

Color information

#763489 (or 0x763489) is unknown color: approx Vivid Violet. HEX triplet: 76, 34 and 89. RGB value is (118,52,137). Sum of RGB (Red+Green+Blue) = 118+52+137=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 137 (53.91% from 255 or 44.63% from 307); Max value from RGB is 137 - color contains mainly: blue. Hex color #763489 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763489 is #89CB76. Grayscale: #515151. Windows color (decimal): -9030519 or 8991862. OLE color: 8991862.

HSL color Cylindrical-coordinate representation of color #763489: hue angle of 286.59º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763489 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11852137-
CMYK0.140.6200.46
HSL286.59º44.97%37.06%-
HSV(B)286.59º62.04%53.73%-
XYZ13.218.1124.54-
YUV81.42159.37154.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.44%
GREEN value IS 52 (20.70% from 255) = 16.94%
BLUE value IS 137 (53.91% from 255) = 44.63%
R=38.44%
G=16.94%
B=44.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118521370.140.6200.46286.5944.9737.06
Hex763489E3E02E11f2d25
Octal1666421116760564375545
Binary11101101101001000100111101111100101110100011111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763489; }

 p { color: rgb(118,52,137); }

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

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

 a { background-color: rgb(118,52,137); }

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

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

 span { border-color: rgb(118,52,137); }

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