#7C14A5

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

Shades of Vivid Violet #7C14A5

Tints of Vivid Violet #7C14A5

Color information

#7C14A5 (or 0x7C14A5) is unknown color: approx Vivid Violet. HEX triplet: 7C, 14 and A5. RGB value is (124,20,165). Sum of RGB (Red+Green+Blue) = 124+20+165=309 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.13% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C14A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C14A5 is #83EB5A. Grayscale: #434343. Windows color (decimal): -8645467 or 10818684. OLE color: 10818684.

HSL color Cylindrical-coordinate representation of color #7C14A5: hue angle of 283.03º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C14A5 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12420165-
CMYK0.250.8800.35
HSL283.03º78.38%36.27%-
HSV(B)283.03º87.88%64.71%-
XYZ15.357.536.24-
YUV67.63182.96168.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.13%
GREEN value IS 20 (8.20% from 255) = 6.47%
BLUE value IS 165 (64.84% from 255) = 53.40%
R=40.13%
G=6.47%
B=53.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124201650.250.8800.35283.0378.3836.27
Hex7C14A5195802311b4e24
Octal174242453113004343311644
Binary1111100101001010010111001101100001000111000110111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C14A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,20,165); }

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

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

 a { background-color: rgb(124,20,165); }

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

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

 span { border-color: rgb(124,20,165); }

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