#7C1CA3

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

Shades of Vivid Violet #7C1CA3

Tints of Vivid Violet #7C1CA3

Color information

#7C1CA3 (or 0x7C1CA3) is unknown color: approx Vivid Violet. HEX triplet: 7C, 1C and A3. RGB value is (124,28,163). Sum of RGB (Red+Green+Blue) = 124+28+163=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 163 (64.06% from 255 or 51.75% from 315); Max value from RGB is 163 - color contains mainly: blue. Hex color #7C1CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1CA3 is #83E35C. Grayscale: #474747. Windows color (decimal): -8643421 or 10689660. OLE color: 10689660.

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

Color convert

RGB12428163-
CMYK0.240.8300.36
HSL282.67º70.68%37.45%-
HSV(B)282.67º82.82%63.92%-
XYZ15.347.7635.34-
YUV72.09179.3165.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 28 (11.33% from 255) = 8.89%
BLUE value IS 163 (64.06% from 255) = 51.75%
R=39.37%
G=8.89%
B=51.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124281630.240.8300.36282.6770.6837.45
Hex7C1CA3185302411b4725
Octal174342433012304443310745
Binary1111100111001010001111000101001101001001000110111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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