#753FE5

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

Shades of Blue Violet #753FE5

Tints of Blue Violet #753FE5

Color information

#753FE5 (or 0x753FE5) is unknown color: approx Blue Violet. HEX triplet: 75, 3F and E5. RGB value is (117,63,229). Sum of RGB (Red+Green+Blue) = 117+63+229=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 229 (89.84% from 255 or 55.99% from 409); Max value from RGB is 229 - color contains mainly: blue. Hex color #753FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753FE5 is #8AC01A. Grayscale: #616161. Windows color (decimal): -9093147 or 15023989. OLE color: 15023989.

HSL color Cylindrical-coordinate representation of color #753FE5: hue angle of 259.52º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #753FE5 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11763229-
CMYK0.490.7200.10
HSL259.52º76.15%57.25%-
HSV(B)259.52º72.49%89.8%-
XYZ23.2612.9975.41-
YUV98.07201.89141.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 63 (25% from 255) = 15.40%
BLUE value IS 229 (89.84% from 255) = 55.99%
R=28.61%
G=15.40%
B=55.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal117632290.490.7200.10259.5276.1557.25
Hex753FE531480A1044c39
Octal165773456111001240411471
Binary1110101111111111001011100011001000010101000001001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753FE5; }

 p { color: rgb(117,63,229); }

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

<style>
 a { background-color: #753FE5; }

 a { background-color: rgb(117,63,229); }

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

<style>
 span { border-color: #753FE5; }

 span { border-color: rgb(117,63,229); }

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