#762E9D

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

Shades of Vivid Violet #762E9D

Tints of Vivid Violet #762E9D

Color information

#762E9D (or 0x762E9D) is unknown color: approx Vivid Violet. HEX triplet: 76, 2E and 9D. RGB value is (118,46,157). Sum of RGB (Red+Green+Blue) = 118+46+157=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #762E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762E9D is #89D162. Grayscale: #4F4F4F. Windows color (decimal): -9032035 or 10301046. OLE color: 10301046.

HSL color Cylindrical-coordinate representation of color #762E9D: hue angle of 278.92º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #762E9D is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11846157-
CMYK0.250.7100.38
HSL278.92º54.68%39.8%-
HSV(B)278.92º70.7%61.57%-
XYZ14.538.2432.72-
YUV80.18171.35154.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 46 (18.36% from 255) = 14.33%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=36.76%
G=14.33%
B=48.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118461570.250.7100.38278.9254.6839.8
Hex762E9D19470261173728
Octal16656235311070464276750
Binary1110110101110100111011100110001110100110100010111110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762E9D; }

 p { color: rgb(118,46,157); }

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

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

 a { background-color: rgb(118,46,157); }

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

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

 span { border-color: rgb(118,46,157); }

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