#7C1CA5

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

Shades of Vivid Violet #7C1CA5

Tints of Vivid Violet #7C1CA5

Color information

#7C1CA5 (or 0x7C1CA5) is unknown color: approx Vivid Violet. HEX triplet: 7C, 1C and A5. RGB value is (124,28,165). Sum of RGB (Red+Green+Blue) = 124+28+165=317 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.12% from 317); Green value is 28 (11.33% from 255 or 8.83% from 317); Blue value is 165 (64.84% from 255 or 52.05% from 317); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C1CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1CA5 is #83E35A. Grayscale: #474747. Windows color (decimal): -8643419 or 10820732. OLE color: 10820732.

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

Color convert

RGB12428165-
CMYK0.250.8300.35
HSL282.04º70.98%37.84%-
HSV(B)282.04º83.03%64.71%-
XYZ15.527.8336.29-
YUV72.32180.3164.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.12%
GREEN value IS 28 (11.33% from 255) = 8.83%
BLUE value IS 165 (64.84% from 255) = 52.05%
R=39.12%
G=8.83%
B=52.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal124281650.250.8300.35282.0470.9837.84
Hex7C1CA5195302311a4726
Octal174342453112304343210746
Binary1111100111001010010111001101001101000111000110101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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