#7C288E

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

Shades of Vivid Violet #7C288E

Tints of Vivid Violet #7C288E

Color information

#7C288E (or 0x7C288E) is unknown color: approx Vivid Violet. HEX triplet: 7C, 28 and 8E. RGB value is (124,40,142). Sum of RGB (Red+Green+Blue) = 124+40+142=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C288E is #83D771. Grayscale: #4C4C4C. Windows color (decimal): -8640370 or 9316476. OLE color: 9316476.

HSL color Cylindrical-coordinate representation of color #7C288E: hue angle of 289.41º 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 #7C288E is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12440142-
CMYK0.130.7200.44
HSL289.41º56.04%35.69%-
HSV(B)289.41º71.83%55.69%-
XYZ13.957.7626.35-
YUV76.74164.83161.71-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.52%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=40.52%
G=13.07%
B=46.41%

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
Decimal124401420.130.7200.44289.4156.0435.69
Hex7C288ED4802C1213824
Octal17450216151100544417044
Binary111110010100010001110110110010000101100100100001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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