#7B15AB

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

Shades of Vivid Violet #7B15AB

Tints of Vivid Violet #7B15AB

Color information

#7B15AB (or 0x7B15AB) is unknown color: approx Vivid Violet. HEX triplet: 7B, 15 and AB. RGB value is (123,21,171). Sum of RGB (Red+Green+Blue) = 123+21+171=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B15AB is #84EA54. Grayscale: #444444. Windows color (decimal): -8710741 or 11212155. OLE color: 11212155.

HSL color Cylindrical-coordinate representation of color #7B15AB: hue angle of 280.8º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B15AB is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12321171-
CMYK0.280.8800.33
HSL280.8º78.12%37.65%-
HSV(B)280.8º87.72%67.06%-
XYZ15.797.6939.18-
YUV68.6185.79166.8-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=39.05%
G=6.67%
B=54.29%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal123211710.280.8800.33280.878.1237.65
Hex7B15AB1C580211194e26
Octal173252533413004143111646
Binary1111011101011010101111100101100001000011000110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B15AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,21,171); }

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

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

 a { background-color: rgb(123,21,171); }

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

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

 span { border-color: rgb(123,21,171); }

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