#753DE2

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

Shades of Blue Violet #753DE2

Tints of Blue Violet #753DE2

Color information

#753DE2 (or 0x753DE2) is unknown color: approx Blue Violet. HEX triplet: 75, 3D and E2. RGB value is (117,61,226). Sum of RGB (Red+Green+Blue) = 117+61+226=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 226 (88.67% from 255 or 55.94% from 404); Max value from RGB is 226 - color contains mainly: blue. Hex color #753DE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #753DE2 is #8AC21D. Grayscale: #5F5F5F. Windows color (decimal): -9093662 or 14826869. OLE color: 14826869.

HSL color Cylindrical-coordinate representation of color #753DE2: hue angle of 260.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #753DE2 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11761226-
CMYK0.480.7300.11
HSL260.36º73.99%56.27%-
HSV(B)260.36º73.01%88.63%-
XYZ22.7312.6173.19-
YUV96.55201.05142.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 61 (24.22% from 255) = 15.10%
BLUE value IS 226 (88.67% from 255) = 55.94%
R=28.96%
G=15.10%
B=55.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117612260.480.7300.11260.3673.9956.27
Hex753DE230490B1044a38
Octal165753426011101340411270
Binary1110101111101111000101100001001001010111000001001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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