#7C11CC

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

Shades of Dark Violet #7C11CC

Tints of Dark Violet #7C11CC

Color information

#7C11CC (or 0x7C11CC) is unknown color: approx Dark Violet. HEX triplet: 7C, 11 and CC. RGB value is (124,17,204). Sum of RGB (Red+Green+Blue) = 124+17+204=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C11CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C11CC is #83EE33. Grayscale: #454545. Windows color (decimal): -8646196 or 13373820. OLE color: 13373820.

HSL color Cylindrical-coordinate representation of color #7C11CC: hue angle of 274.33º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C11CC is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12417204-
CMYK0.390.9200.2
HSL274.33º84.62%43.33%-
HSV(B)274.33º91.67%80%-
XYZ19.419.0557.85-
YUV70.31203.45166.29-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.94%
GREEN value IS 17 (7.03% from 255) = 4.93%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=35.94%
G=4.93%
B=59.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal124172040.390.9200.2274.3384.6243.33
Hex7C11CC275C014112552b
Octal174213144713402442212553
Binary1111100100011100110010011110111000101001000100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C11CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,17,204); }

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

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

 a { background-color: rgb(124,17,204); }

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

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

 span { border-color: rgb(124,17,204); }

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