#7C1AA4

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

Shades of Vivid Violet #7C1AA4

Tints of Vivid Violet #7C1AA4

Color information

#7C1AA4 (or 0x7C1AA4) is unknown color: approx Vivid Violet. HEX triplet: 7C, 1A and A4. RGB value is (124,26,164). Sum of RGB (Red+Green+Blue) = 124+26+164=314 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.49% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C1AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1AA4 is #83E55B. Grayscale: #464646. Windows color (decimal): -8643932 or 10754684. OLE color: 10754684.

HSL color Cylindrical-coordinate representation of color #7C1AA4: hue angle of 282.61º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C1AA4 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12426164-
CMYK0.240.8400.36
HSL282.61º72.63%37.25%-
HSV(B)282.61º84.15%64.31%-
XYZ15.387.735.8-
YUV71.03180.47165.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.49%
GREEN value IS 26 (10.55% from 255) = 8.28%
BLUE value IS 164 (64.45% from 255) = 52.23%
R=39.49%
G=8.28%
B=52.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124261640.240.8400.36282.6172.6337.25
Hex7C1AA4185402411b4925
Octal174322443012404443311145
Binary1111100110101010010011000101010001001001000110111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,164); }

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

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

 a { background-color: rgb(124,26,164); }

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

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

 span { border-color: rgb(124,26,164); }

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