#7C388D

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

Shades of Vivid Violet #7C388D

Tints of Vivid Violet #7C388D

Color information

#7C388D (or 0x7C388D) is unknown color: approx Vivid Violet. HEX triplet: 7C, 38 and 8D. RGB value is (124,56,141). Sum of RGB (Red+Green+Blue) = 124+56+141=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C388D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C388D is #83C772. Grayscale: #555555. Windows color (decimal): -8636275 or 9255036. OLE color: 9255036.

HSL color Cylindrical-coordinate representation of color #7C388D: hue angle of 288º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C388D is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12456141-
CMYK0.120.6000.45
HSL288º43.15%38.63%-
HSV(B)288º60.28%55.29%-
XYZ14.539.0426.18-
YUV86.02159.03155.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=38.63%
G=17.45%
B=43.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124561410.120.6000.4528843.1538.63
Hex7C388DC3C02D1202b27
Octal1747021514740554405347
Binary11111001110001000110111001111000101101100100000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C388D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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