#7C1793

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

Shades of Vivid Violet #7C1793

Tints of Vivid Violet #7C1793

Color information

#7C1793 (or 0x7C1793) is unknown color: approx Vivid Violet. HEX triplet: 7C, 17 and 93. RGB value is (124,23,147). Sum of RGB (Red+Green+Blue) = 124+23+147=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C1793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1793 is #83E86C. Grayscale: #424242. Windows color (decimal): -8644717 or 9639804. OLE color: 9639804.

HSL color Cylindrical-coordinate representation of color #7C1793: hue angle of 288.87º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1793 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12423147-
CMYK0.160.8400.42
HSL288.87º72.94%33.33%-
HSV(B)288.87º84.35%57.65%-
XYZ13.89728.22-
YUV67.33172.96168.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.18%
GREEN value IS 23 (9.38% from 255) = 7.82%
BLUE value IS 147 (57.81% from 255) = 50%
R=42.18%
G=7.82%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124231470.160.8400.42288.8772.9433.33
Hex7C1793105402A1214921
Octal174272232012405244111141
Binary1111100101111001001110000101010001010101001000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,23,147); }

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

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

 a { background-color: rgb(124,23,147); }

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

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

 span { border-color: rgb(124,23,147); }

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