#7A11CC

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

Shades of Dark Violet #7A11CC

Tints of Dark Violet #7A11CC

Color information

#7A11CC (or 0x7A11CC) is unknown color: approx Dark Violet. HEX triplet: 7A, 11 and CC. RGB value is (122,17,204). Sum of RGB (Red+Green+Blue) = 122+17+204=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 17 (7.03% from 255 or 4.96% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7A11CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A11CC is #85EE33. Grayscale: #454545. Windows color (decimal): -8777268 or 13373818. OLE color: 13373818.

HSL color Cylindrical-coordinate representation of color #7A11CC: hue angle of 273.69º 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 #7A11CC is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12217204-
CMYK0.400.9200.2
HSL273.69º84.62%43.33%-
HSV(B)273.69º91.67%80%-
XYZ19.138.957.84-
YUV69.71203.79165.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.57%
GREEN value IS 17 (7.03% from 255) = 4.96%
BLUE value IS 204 (80.08% from 255) = 59.48%
R=35.57%
G=4.96%
B=59.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal122172040.400.9200.2273.6984.6243.33
Hex7A11CC285C014112552b
Octal172213145013402442212553
Binary1111010100011100110010100010111000101001000100101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A11CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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