#7C39E4

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

Shades of Blue Violet #7C39E4

Tints of Blue Violet #7C39E4

Color information

#7C39E4 (or 0x7C39E4) is unknown color: approx Blue Violet. HEX triplet: 7C, 39 and E4. RGB value is (124,57,228). Sum of RGB (Red+Green+Blue) = 124+57+228=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 228 (89.45% from 255 or 55.75% from 409); Max value from RGB is 228 - color contains mainly: blue. Hex color #7C39E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C39E4 is #83C61B. Grayscale: #5F5F5F. Windows color (decimal): -8635932 or 14956924. OLE color: 14956924.

HSL color Cylindrical-coordinate representation of color #7C39E4: hue angle of 263.51º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7C39E4 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12457228-
CMYK0.460.7500.11
HSL263.51º76%55.88%-
HSV(B)263.51º75%89.41%-
XYZ23.7812.8174.62-
YUV96.53202.2147.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 30.32%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 228 (89.45% from 255) = 55.75%
R=30.32%
G=13.94%
B=55.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal124572280.460.7500.11263.517655.88
Hex7C39E42E4B0B1084c38
Octal174713445611301341011470
Binary1111100111001111001001011101001011010111000010001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C39E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,228); }

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

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

 a { background-color: rgb(124,57,228); }

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

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

 span { border-color: rgb(124,57,228); }

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