#763E8B

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

Shades of Vivid Violet #763E8B

Tints of Vivid Violet #763E8B

Color information

#763E8B (or 0x763E8B) is unknown color: approx Vivid Violet. HEX triplet: 76, 3E and 8B. RGB value is (118,62,139). Sum of RGB (Red+Green+Blue) = 118+62+139=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #763E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763E8B is #89C174. Grayscale: #575757. Windows color (decimal): -9027957 or 9125494. OLE color: 9125494.

HSL color Cylindrical-coordinate representation of color #763E8B: hue angle of 283.64º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763E8B is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11862139-
CMYK0.150.5500.45
HSL283.64º38.31%39.41%-
HSV(B)283.64º55.4%54.51%-
XYZ13.859.1625.46-
YUV87.52157.05149.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 139 (54.69% from 255) = 43.57%
R=36.99%
G=19.44%
B=43.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118621390.150.5500.45283.6438.3139.41
Hex763E8BF3702D11c2627
Octal1667621317670554344647
Binary11101101111101000101111111101110101101100011100100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E8B; }

 p { color: rgb(118,62,139); }

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

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

 a { background-color: rgb(118,62,139); }

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

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

 span { border-color: rgb(118,62,139); }

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