#762B9A

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

Shades of Vivid Violet #762B9A

Tints of Vivid Violet #762B9A

Color information

#762B9A (or 0x762B9A) is unknown color: approx Vivid Violet. HEX triplet: 76, 2B and 9A. RGB value is (118,43,154). Sum of RGB (Red+Green+Blue) = 118+43+154=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #762B9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762B9A is #89D465. Grayscale: #4D4D4D. Windows color (decimal): -9032806 or 10103670. OLE color: 10103670.

HSL color Cylindrical-coordinate representation of color #762B9A: hue angle of 280.54º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #762B9A is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11843154-
CMYK0.230.7200.40
HSL280.54º56.35%38.63%-
HSV(B)280.54º72.08%60.39%-
XYZ14.177.9131.35-
YUV78.08170.85156.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=37.46%
G=13.65%
B=48.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118431540.230.7200.40280.5456.3538.63
Hex762B9A17480281193827
Octal16653232271100504317047
Binary1110110101011100110101011110010000101000100011001111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,43,154); }

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

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

 a { background-color: rgb(118,43,154); }

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

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

 span { border-color: rgb(118,43,154); }

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