#7C24D9

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

Shades of Blue Violet #7C24D9

Tints of Blue Violet #7C24D9

Color information

#7C24D9 (or 0x7C24D9) is unknown color: approx Blue Violet. HEX triplet: 7C, 24 and D9. RGB value is (124,36,217). Sum of RGB (Red+Green+Blue) = 124+36+217=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 217 (85.16% from 255 or 57.56% from 377); Max value from RGB is 217 - color contains mainly: blue. Hex color #7C24D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C24D9 is #83DB26. Grayscale: #525252. Windows color (decimal): -8641319 or 14230652. OLE color: 14230652.

HSL color Cylindrical-coordinate representation of color #7C24D9: hue angle of 269.17º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C24D9 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12436217-
CMYK0.430.8300.15
HSL269.17º71.54%49.61%-
HSV(B)269.17º83.41%85.1%-
XYZ21.4710.5666.55-
YUV82.95203.65157.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 36 (14.45% from 255) = 9.55%
BLUE value IS 217 (85.16% from 255) = 57.56%
R=32.89%
G=9.55%
B=57.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal124362170.430.8300.15269.1771.5449.61
Hex7C24D92B530F10d4832
Octal174443315312301741511062
Binary1111100100100110110011010111010011011111000011011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C24D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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