#7B288E

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

Shades of Vivid Violet #7B288E

Tints of Vivid Violet #7B288E

Color information

#7B288E (or 0x7B288E) is unknown color: approx Vivid Violet. HEX triplet: 7B, 28 and 8E. RGB value is (123,40,142). Sum of RGB (Red+Green+Blue) = 123+40+142=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B288E is #84D771. Grayscale: #4C4C4C. Windows color (decimal): -8705906 or 9316475. OLE color: 9316475.

HSL color Cylindrical-coordinate representation of color #7B288E: hue angle of 288.82º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B288E is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12340142-
CMYK0.130.7200.44
HSL288.82º56.04%35.69%-
HSV(B)288.82º71.83%55.69%-
XYZ13.817.6826.35-
YUV76.44165161.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.33%
GREEN value IS 40 (16.02% from 255) = 13.11%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=40.33%
G=13.11%
B=46.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123401420.130.7200.44288.8256.0435.69
Hex7B288ED4802C1213824
Octal17350216151100544417044
Binary111101110100010001110110110010000101100100100001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B288E; }

 p { color: rgb(123,40,142); }

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

<style>
 a { background-color: #7B288E; }

 a { background-color: rgb(123,40,142); }

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

<style>
 span { border-color: #7B288E; }

 span { border-color: rgb(123,40,142); }

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