#7C288B

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

Shades of Vivid Violet #7C288B

Tints of Vivid Violet #7C288B

Color information

#7C288B (or 0x7C288B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 28 and 8B. RGB value is (124,40,139). Sum of RGB (Red+Green+Blue) = 124+40+139=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C288B is #83D774. Grayscale: #4C4C4C. Windows color (decimal): -8640373 or 9119868. OLE color: 9119868.

HSL color Cylindrical-coordinate representation of color #7C288B: hue angle of 290.91º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C288B is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12440139-
CMYK0.110.7100.45
HSL290.91º55.31%35.1%-
HSV(B)290.91º71.22%54.51%-
XYZ13.737.6725.18-
YUV76.4163.33161.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 139 (54.69% from 255) = 45.87%
R=40.92%
G=13.20%
B=45.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124401390.110.7100.45290.9155.3135.1
Hex7C288BB4702D1233723
Octal17450213131070554436743
Binary111110010100010001011101110001110101101100100011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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