#7C2497

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

Shades of Vivid Violet #7C2497

Tints of Vivid Violet #7C2497

Color information

#7C2497 (or 0x7C2497) is unknown color: approx Vivid Violet. HEX triplet: 7C, 24 and 97. RGB value is (124,36,151). Sum of RGB (Red+Green+Blue) = 124+36+151=311 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.87% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #7C2497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2497 is #83DB68. Grayscale: #4B4B4B. Windows color (decimal): -8641385 or 9905276. OLE color: 9905276.

HSL color Cylindrical-coordinate representation of color #7C2497: hue angle of 285.91º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2497 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12436151-
CMYK0.180.7600.41
HSL285.91º61.5%36.67%-
HSV(B)285.91º76.16%59.22%-
XYZ14.537.7830.01-
YUV75.42170.65162.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.87%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=39.87%
G=11.58%
B=48.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124361510.180.7600.41285.9161.536.67
Hex7C2497124C02911e3d25
Octal17444227221140514367545
Binary1111100100100100101111001010011000101001100011110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,36,151); }

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

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

 a { background-color: rgb(124,36,151); }

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

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

 span { border-color: rgb(124,36,151); }

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