#751DD4

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

Shades of Blue Violet #751DD4

Tints of Blue Violet #751DD4

Color information

#751DD4 (or 0x751DD4) is unknown color: approx Blue Violet. HEX triplet: 75, 1D and D4. RGB value is (117,29,212). Sum of RGB (Red+Green+Blue) = 117+29+212=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 29 (11.72% from 255 or 8.10% from 358); Blue value is 212 (83.20% from 255 or 59.22% from 358); Max value from RGB is 212 - color contains mainly: blue. Hex color #751DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751DD4 is #8AE22B. Grayscale: #4B4B4B. Windows color (decimal): -9101868 or 13901173. OLE color: 13901173.

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

Color convert

RGB11729212-
CMYK0.450.8600.17
HSL268.85º75.93%47.25%-
HSV(B)268.85º86.32%83.14%-
XYZ19.669.4163.07-
YUV76.17204.65157.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 29 (11.72% from 255) = 8.10%
BLUE value IS 212 (83.20% from 255) = 59.22%
R=32.68%
G=8.10%
B=59.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117292120.450.8600.17268.8575.9347.25
Hex751DD42D5601110d4c2f
Octal165353245512602141511457
Binary1110101111011101010010110110101100100011000011011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,29,212); }

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

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

 a { background-color: rgb(117,29,212); }

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

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

 span { border-color: rgb(117,29,212); }

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