#7C248F

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

Shades of Vivid Violet #7C248F

Tints of Vivid Violet #7C248F

Color information

#7C248F (or 0x7C248F) is unknown color: approx Vivid Violet. HEX triplet: 7C, 24 and 8F. RGB value is (124,36,143). Sum of RGB (Red+Green+Blue) = 124+36+143=303 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.92% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #7C248F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C248F is #83DB70. Grayscale: #4A4A4A. Windows color (decimal): -8641393 or 9380988. OLE color: 9380988.

HSL color Cylindrical-coordinate representation of color #7C248F: hue angle of 289.35º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C248F is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12436143-
CMYK0.130.7500.44
HSL289.35º59.78%35.1%-
HSV(B)289.35º74.83%56.08%-
XYZ13.97.5326.71-
YUV74.51166.65163.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.92%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 143 (56.25% from 255) = 47.19%
R=40.92%
G=11.88%
B=47.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124361430.130.7500.44289.3559.7835.1
Hex7C248FD4B02C1213c23
Octal17444217151130544417443
Binary111110010010010001111110110010110101100100100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C248F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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