#753DEF

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

Shades of Blue Violet #753DEF

Tints of Blue Violet #753DEF

Color information

#753DEF (or 0x753DEF) is unknown color: approx Blue Violet. HEX triplet: 75, 3D and EF. RGB value is (117,61,239). Sum of RGB (Red+Green+Blue) = 117+61+239=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #753DEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753DEF is #8AC210. Grayscale: #616161. Windows color (decimal): -9093649 or 15678837. OLE color: 15678837.

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

Color convert

RGB11761239-
CMYK0.510.7400.06
HSL258.88º84.76%58.82%-
HSV(B)258.88º74.48%93.73%-
XYZ24.5813.3582.94-
YUV98.04207.55141.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 61 (24.22% from 255) = 14.63%
BLUE value IS 239 (93.75% from 255) = 57.31%
R=28.06%
G=14.63%
B=57.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal117612390.510.7400.06258.8884.7658.82
Hex753DEF334A06103553b
Octal16575357631120640312573
Binary111010111110111101111110011100101001101000000111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,239); }

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

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

 a { background-color: rgb(117,61,239); }

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

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

 span { border-color: rgb(117,61,239); }

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