#7A11BE

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

Shades of Dark Violet #7A11BE

Tints of Dark Violet #7A11BE

Color information

#7A11BE (or 0x7A11BE) is unknown color: approx Dark Violet. HEX triplet: 7A, 11 and BE. RGB value is (122,17,190). Sum of RGB (Red+Green+Blue) = 122+17+190=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 190 (74.61% from 255 or 57.75% from 329); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A11BE is #85EE41. Grayscale: #434343. Windows color (decimal): -8777282 or 12456314. OLE color: 12456314.

HSL color Cylindrical-coordinate representation of color #7A11BE: hue angle of 276.42º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A11BE is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12217190-
CMYK0.360.9100.25
HSL276.42º83.57%40.59%-
HSV(B)276.42º91.05%74.51%-
XYZ17.528.2649.39-
YUV68.12196.79166.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 190 (74.61% from 255) = 57.75%
R=37.08%
G=5.17%
B=57.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal122171900.360.9100.25276.4283.5740.59
Hex7A11BE245B0191145429
Octal172212764413303142412451
Binary1111010100011011111010010010110110110011000101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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