#751EDD

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

Shades of Blue Violet #751EDD

Tints of Blue Violet #751EDD

Color information

#751EDD (or 0x751EDD) is unknown color: approx Blue Violet. HEX triplet: 75, 1E and DD. RGB value is (117,30,221). Sum of RGB (Red+Green+Blue) = 117+30+221=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #751EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751EDD is #8AE122. Grayscale: #4D4D4D. Windows color (decimal): -9101603 or 14491253. OLE color: 14491253.

HSL color Cylindrical-coordinate representation of color #751EDD: hue angle of 267.33º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751EDD is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11730221-
CMYK0.470.8600.13
HSL267.33º76.1%49.22%-
HSV(B)267.33º86.43%86.67%-
XYZ20.859.9369.22-
YUV77.79208.82155.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 30 (12.11% from 255) = 8.15%
BLUE value IS 221 (86.72% from 255) = 60.05%
R=31.79%
G=8.15%
B=60.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal117302210.470.8600.13267.3376.149.22
Hex751EDD2F560D10b4c31
Octal165363355712601541311461
Binary111010111110110111011011111010110011011000010111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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