#7C45DD

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

Shades of Blue Violet #7C45DD

Tints of Blue Violet #7C45DD

Color information

#7C45DD (or 0x7C45DD) is unknown color: approx Blue Violet. HEX triplet: 7C, 45 and DD. RGB value is (124,69,221). Sum of RGB (Red+Green+Blue) = 124+69+221=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #7C45DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C45DD is #83BA22. Grayscale: #666666. Windows color (decimal): -8632867 or 14501244. OLE color: 14501244.

HSL color Cylindrical-coordinate representation of color #7C45DD: hue angle of 261.71º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C45DD is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12469221-
CMYK0.440.6900.13
HSL261.71º69.09%56.86%-
HSV(B)261.71º68.78%86.67%-
XYZ23.4913.7669.82-
YUV102.77194.72143.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.95%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=29.95%
G=16.67%
B=53.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124692210.440.6900.13261.7169.0956.86
Hex7C45DD2C450D1064539
Octal1741053355410501540610571
Binary11111001000101110111011011001000101011011000001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C45DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,69,221); }

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

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

 a { background-color: rgb(124,69,221); }

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

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

 span { border-color: rgb(124,69,221); }

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