#7C1FA4

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

Shades of Vivid Violet #7C1FA4

Tints of Vivid Violet #7C1FA4

Color information

#7C1FA4 (or 0x7C1FA4) is unknown color: approx Vivid Violet. HEX triplet: 7C, 1F and A4. RGB value is (124,31,164). Sum of RGB (Red+Green+Blue) = 124+31+164=319 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.87% from 319); Green value is 31 (12.5% from 255 or 9.72% from 319); Blue value is 164 (64.45% from 255 or 51.41% from 319); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C1FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1FA4 is #83E05B. Grayscale: #494949. Windows color (decimal): -8642652 or 10755964. OLE color: 10755964.

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

Color convert

RGB12431164-
CMYK0.240.8100.36
HSL281.95º68.21%38.24%-
HSV(B)281.95º81.1%64.31%-
XYZ15.57.9535.84-
YUV73.97178.81163.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.87%
GREEN value IS 31 (12.5% from 255) = 9.72%
BLUE value IS 164 (64.45% from 255) = 51.41%
R=38.87%
G=9.72%
B=51.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124311640.240.8100.36281.9568.2138.24
Hex7C1FA4185102411a4426
Octal174372443012104443210446
Binary1111100111111010010011000101000101001001000110101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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