#7C15AB

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

Shades of Vivid Violet #7C15AB

Tints of Vivid Violet #7C15AB

Color information

#7C15AB (or 0x7C15AB) is unknown color: approx Vivid Violet. HEX triplet: 7C, 15 and AB. RGB value is (124,21,171). Sum of RGB (Red+Green+Blue) = 124+21+171=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C15AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C15AB is #83EA54. Grayscale: #444444. Windows color (decimal): -8645205 or 11212156. OLE color: 11212156.

HSL color Cylindrical-coordinate representation of color #7C15AB: hue angle of 281.2º 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 #7C15AB is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12421171-
CMYK0.270.8800.33
HSL281.2º78.12%37.65%-
HSV(B)281.2º87.72%67.06%-
XYZ15.937.7639.19-
YUV68.9185.62167.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.24%
GREEN value IS 21 (8.59% from 255) = 6.65%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=39.24%
G=6.65%
B=54.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124211710.270.8800.33281.278.1237.65
Hex7C15AB1B580211194e26
Octal174252533313004143111646
Binary1111100101011010101111011101100001000011000110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C15AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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