#753DF1

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

Shades of Blue Violet #753DF1

Tints of Blue Violet #753DF1

Color information

#753DF1 (or 0x753DF1) is unknown color: approx Blue Violet. HEX triplet: 75, 3D and F1. RGB value is (117,61,241). Sum of RGB (Red+Green+Blue) = 117+61+241=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 241 (94.53% from 255 or 57.52% from 419); Max value from RGB is 241 - color contains mainly: blue. Hex color #753DF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753DF1 is #8AC20E. Grayscale: #616161. Windows color (decimal): -9093647 or 15809909. OLE color: 15809909.

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

Color convert

RGB11761241-
CMYK0.510.7500.05
HSL258.67º86.54%59.22%-
HSV(B)258.67º74.69%94.51%-
XYZ24.8813.4784.51-
YUV98.26208.55141.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 61 (24.22% from 255) = 14.56%
BLUE value IS 241 (94.53% from 255) = 57.52%
R=27.92%
G=14.56%
B=57.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal117612410.510.7500.05258.6786.5459.22
Hex753DF1334B05103573b
Octal16575361631130540312773
Binary111010111110111110001110011100101101011000000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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