#762F8A

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

Shades of Vivid Violet #762F8A

Tints of Vivid Violet #762F8A

Color information

#762F8A (or 0x762F8A) is unknown color: approx Vivid Violet. HEX triplet: 76, 2F and 8A. RGB value is (118,47,138). Sum of RGB (Red+Green+Blue) = 118+47+138=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 138 - color contains mainly: blue. Hex color #762F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762F8A is #89D075. Grayscale: #4E4E4E. Windows color (decimal): -9031798 or 9056118. OLE color: 9056118.

HSL color Cylindrical-coordinate representation of color #762F8A: hue angle of 286.81º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #762F8A is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11847138-
CMYK0.140.6600.46
HSL286.81º49.19%36.27%-
HSV(B)286.81º65.94%54.12%-
XYZ13.087.7224.85-
YUV78.6161.52156.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.94%
GREEN value IS 47 (18.75% from 255) = 15.51%
BLUE value IS 138 (54.30% from 255) = 45.54%
R=38.94%
G=15.51%
B=45.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal118471380.140.6600.46286.8149.1936.27
Hex762F8AE4202E11f3124
Octal16657212161020564376144
Binary111011010111110001010111010000100101110100011111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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