#752dfe

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

Shades of Blue Violet #752DFE

Tints of Blue Violet #752DFE

Color information

#752DFE (or 0x752DFE) is unknown color: approx Blue Violet. HEX triplet: 75, 2D and FE. RGB value is (117,45,254). Sum of RGB (Red+Green+Blue) = 117+45+254=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 254 (99.61% from 255 or 61.06% from 416); Max value from RGB is 254 - color contains mainly: blue. Hex color #752DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #752DFE is #8AD201. Grayscale: #595959. Windows color (decimal): -9097730 or 16657781. OLE color: 16657781.

HSL color Cylindrical-coordinate representation of color #752DFE: hue angle of 260.67º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752DFE is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB11745254-
CMYK0.540.8200.00
HSL260.67º99.05%58.63%-
HSV(B)260.67º82.28%99.61%-
XYZ26.1612.8194.86-
YUV90.35220.35147.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 45 (17.97% from 255) = 10.82%
BLUE value IS 254 (99.61% from 255) = 61.06%
R=28.12%
G=10.82%
B=61.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal117452540.540.8200.00260.6799.0558.63
Hex752DFE365200105633b
Octal16555376661220040514373
Binary1110101101101111111101101101010010001000001011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752dfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752dfe; }

 p { color: rgb(117,45,254); }

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

<style>
 a { background-color: #752dfe; }

 a { background-color: rgb(117,45,254); }

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

<style>
 span { border-color: #752dfe; }

 span { border-color: rgb(117,45,254); }

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