#7C30A4

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

Shades of Vivid Violet #7C30A4

Tints of Vivid Violet #7C30A4

Color information

#7C30A4 (or 0x7C30A4) is unknown color: approx Vivid Violet. HEX triplet: 7C, 30 and A4. RGB value is (124,48,164). Sum of RGB (Red+Green+Blue) = 124+48+164=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 48 (19.14% from 255 or 14.29% from 336); Blue value is 164 (64.45% from 255 or 48.81% from 336); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C30A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C30A4 is #83CF5B. Grayscale: #535353. Windows color (decimal): -8638300 or 10760316. OLE color: 10760316.

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

Color convert

RGB12448164-
CMYK0.240.7100.36
HSL279.31º54.72%41.57%-
HSV(B)279.31º70.73%64.31%-
XYZ16.079.0836.03-
YUV83.95173.18156.57-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.90%
GREEN value IS 48 (19.14% from 255) = 14.29%
BLUE value IS 164 (64.45% from 255) = 48.81%
R=36.90%
G=14.29%
B=48.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124481640.240.7100.36279.3154.7241.57
Hex7C30A41847024117372a
Octal17460244301070444276752
Binary1111100110000101001001100010001110100100100010111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C30A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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