#7C388F

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

Shades of Vivid Violet #7C388F

Tints of Vivid Violet #7C388F

Color information

#7C388F (or 0x7C388F) is unknown color: approx Vivid Violet. HEX triplet: 7C, 38 and 8F. RGB value is (124,56,143). Sum of RGB (Red+Green+Blue) = 124+56+143=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C388F is #83C770. Grayscale: #555555. Windows color (decimal): -8636273 or 9386108. OLE color: 9386108.

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

Color convert

RGB12456143-
CMYK0.130.6100.44
HSL286.9º43.72%39.02%-
HSV(B)286.9º60.84%56.08%-
XYZ14.689.126.97-
YUV86.25160.03154.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 143 (56.25% from 255) = 44.27%
R=38.39%
G=17.34%
B=44.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124561430.130.6100.44286.943.7239.02
Hex7C388FD3D02C11f2c27
Octal1747021715750544375447
Binary11111001110001000111111011111010101100100011111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C388F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,56,143); }

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

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

 a { background-color: rgb(124,56,143); }

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

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

 span { border-color: rgb(124,56,143); }

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