#7C1CAA

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

Shades of Vivid Violet #7C1CAA

Tints of Vivid Violet #7C1CAA

Color information

#7C1CAA (or 0x7C1CAA) is unknown color: approx Vivid Violet. HEX triplet: 7C, 1C and AA. RGB value is (124,28,170). Sum of RGB (Red+Green+Blue) = 124+28+170=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1CAA is #83E355. Grayscale: #484848. Windows color (decimal): -8643414 or 11148412. OLE color: 11148412.

HSL color Cylindrical-coordinate representation of color #7C1CAA: hue angle of 280.56º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1CAA is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12428170-
CMYK0.270.8400.33
HSL280.56º71.72%38.82%-
HSV(B)280.56º83.53%66.67%-
XYZ15.988.0238.74-
YUV72.89182.8164.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.51%
GREEN value IS 28 (11.33% from 255) = 8.70%
BLUE value IS 170 (66.80% from 255) = 52.80%
R=38.51%
G=8.70%
B=52.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal124281700.270.8400.33280.5671.7238.82
Hex7C1CAA1B540211194827
Octal174342523312404143111047
Binary1111100111001010101011011101010001000011000110011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,28,170); }

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

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

 a { background-color: rgb(124,28,170); }

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

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

 span { border-color: rgb(124,28,170); }

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