#76269A

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

Shades of Vivid Violet #76269A

Tints of Vivid Violet #76269A

Color information

#76269A (or 0x76269A) is unknown color: approx Vivid Violet. HEX triplet: 76, 26 and 9A. RGB value is (118,38,154). Sum of RGB (Red+Green+Blue) = 118+38+154=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 154 (60.55% from 255 or 49.68% from 310); Max value from RGB is 154 - color contains mainly: blue. Hex color #76269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76269A is #89D965. Grayscale: #4A4A4A. Windows color (decimal): -9034086 or 10102390. OLE color: 10102390.

HSL color Cylindrical-coordinate representation of color #76269A: hue angle of 281.38º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76269A is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11838154-
CMYK0.230.7500.40
HSL281.38º60.42%37.65%-
HSV(B)281.38º75.32%60.39%-
XYZ147.5731.3-
YUV75.14172.5158.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.06%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 154 (60.55% from 255) = 49.68%
R=38.06%
G=12.26%
B=49.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118381540.230.7500.40281.3860.4237.65
Hex76269A174B0281193c26
Octal16646232271130504317446
Binary1110110100110100110101011110010110101000100011001111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76269A; }

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

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

<style>
 a { background-color: #76269A; }

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

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

<style>
 span { border-color: #76269A; }

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

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