#753AF2

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

Shades of Blue Violet #753AF2

Tints of Blue Violet #753AF2

Color information

#753AF2 (or 0x753AF2) is unknown color: approx Blue Violet. HEX triplet: 75, 3A and F2. RGB value is (117,58,242). Sum of RGB (Red+Green+Blue) = 117+58+242=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 242 (94.92% from 255 or 58.03% from 417); Max value from RGB is 242 - color contains mainly: blue. Hex color #753AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753AF2 is #8AC50D. Grayscale: #5F5F5F. Windows color (decimal): -9094414 or 15874677. OLE color: 15874677.

HSL color Cylindrical-coordinate representation of color #753AF2: hue angle of 259.24º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753AF2 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11758242-
CMYK0.520.7600.05
HSL259.24º87.62%58.82%-
HSV(B)259.24º76.03%94.9%-
XYZ24.8813.2285.24-
YUV96.62210.05142.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 58 (23.05% from 255) = 13.91%
BLUE value IS 242 (94.92% from 255) = 58.03%
R=28.06%
G=13.91%
B=58.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal117582420.520.7600.05259.2487.6258.82
Hex753AF2344C05103583b
Octal16572362641140540313073
Binary111010111101011110010110100100110001011000000111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,58,242); }

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

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

 a { background-color: rgb(117,58,242); }

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

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

 span { border-color: rgb(117,58,242); }

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