#762F82

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

Shades of Vivid Violet #762F82

Tints of Vivid Violet #762F82

Color information

#762F82 (or 0x762F82) is unknown color: approx Vivid Violet. HEX triplet: 76, 2F and 82. RGB value is (118,47,130). Sum of RGB (Red+Green+Blue) = 118+47+130=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 47 (18.75% from 255 or 15.93% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #762F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F82 is #89D07D. Grayscale: #4D4D4D. Windows color (decimal): -9031806 or 8531830. OLE color: 8531830.

HSL color Cylindrical-coordinate representation of color #762F82: hue angle of 291.33º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762F82 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11847130-
CMYK0.090.6400.49
HSL291.33º46.89%34.71%-
HSV(B)291.33º63.85%50.98%-
XYZ12.527.521.91-
YUV77.69157.52156.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 47 (18.75% from 255) = 15.93%
BLUE value IS 130 (51.17% from 255) = 44.07%
R=40%
G=15.93%
B=44.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118471300.090.6400.49291.3346.8934.71
Hex762F829400311232f23
Octal16657202111000614435743
Binary111011010111110000010100110000000110001100100011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,47,130); }

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

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

 a { background-color: rgb(118,47,130); }

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

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

 span { border-color: rgb(118,47,130); }

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