#751AD5

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

Shades of Blue Violet #751AD5

Tints of Blue Violet #751AD5

Color information

#751AD5 (or 0x751AD5) is unknown color: approx Blue Violet. HEX triplet: 75, 1A and D5. RGB value is (117,26,213). Sum of RGB (Red+Green+Blue) = 117+26+213=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #751AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #751AD5 is #8AE52A. Grayscale: #494949. Windows color (decimal): -9102635 or 13965941. OLE color: 13965941.

HSL color Cylindrical-coordinate representation of color #751AD5: hue angle of 269.2º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #751AD5 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11726213-
CMYK0.450.8800.16
HSL269.2º78.24%46.86%-
HSV(B)269.2º87.79%83.53%-
XYZ19.729.3263.71-
YUV74.53206.15158.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 26 (10.55% from 255) = 7.30%
BLUE value IS 213 (83.59% from 255) = 59.83%
R=32.87%
G=7.30%
B=59.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117262130.450.8800.16269.278.2446.86
Hex751AD52D5801010d4e2f
Octal165323255513002041511657
Binary1110101110101101010110110110110000100001000011011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,26,213); }

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

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

 a { background-color: rgb(117,26,213); }

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

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

 span { border-color: rgb(117,26,213); }

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