#753EED

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

Shades of Blue Violet #753EED

Tints of Blue Violet #753EED

Color information

#753EED (or 0x753EED) is unknown color: approx Blue Violet. HEX triplet: 75, 3E and ED. RGB value is (117,62,237). Sum of RGB (Red+Green+Blue) = 117+62+237=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #753EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753EED is #8AC112. Grayscale: #616161. Windows color (decimal): -9093395 or 15548021. OLE color: 15548021.

HSL color Cylindrical-coordinate representation of color #753EED: hue angle of 258.86º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753EED is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11762237-
CMYK0.510.7400.07
HSL258.86º82.94%58.63%-
HSV(B)258.86º73.84%92.94%-
XYZ24.3413.3481.41-
YUV98.4206.22141.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.12%
GREEN value IS 62 (24.61% from 255) = 14.90%
BLUE value IS 237 (92.97% from 255) = 56.97%
R=28.12%
G=14.90%
B=56.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal117622370.510.7400.07258.8682.9458.63
Hex753EED334A07103533b
Octal16576355631120740312373
Binary111010111111011101101110011100101001111000000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,62,237); }

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

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

 a { background-color: rgb(117,62,237); }

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

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

 span { border-color: rgb(117,62,237); }

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