#751EF7

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

Shades of Blue Violet #751EF7

Tints of Blue Violet #751EF7

Color information

#751EF7 (or 0x751EF7) is unknown color: approx Blue Violet. HEX triplet: 75, 1E and F7. RGB value is (117,30,247). Sum of RGB (Red+Green+Blue) = 117+30+247=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 247 (96.88% from 255 or 62.69% from 394); Max value from RGB is 247 - color contains mainly: blue. Hex color #751EF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #751EF7 is #8AE108. Grayscale: #4F4F4F. Windows color (decimal): -9101577 or 16195189. OLE color: 16195189.

HSL color Cylindrical-coordinate representation of color #751EF7: hue angle of 264.06º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751EF7 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB11730247-
CMYK0.530.8800.03
HSL264.06º93.13%54.31%-
HSV(B)264.06º87.85%96.86%-
XYZ24.5911.4388.91-
YUV80.75221.82153.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.70%
GREEN value IS 30 (12.11% from 255) = 7.61%
BLUE value IS 247 (96.88% from 255) = 62.69%
R=29.70%
G=7.61%
B=62.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal117302470.530.8800.03264.0693.1354.31
Hex751EF73558031085d36
Octal16536367651300341013566
Binary1110101111101111011111010110110000111000010001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751EF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751EF7; }

 p { color: rgb(117,30,247); }

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

<style>
 a { background-color: #751EF7; }

 a { background-color: rgb(117,30,247); }

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

<style>
 span { border-color: #751EF7; }

 span { border-color: rgb(117,30,247); }

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