Html Css Color HEX #753AF0 Blue Violet

📋 copy color: '#753AF0'

red 117 ◦ green 58 ◦ blue 240

#753AF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #753AF0

Tints of Blue Violet #753AF0

RGB

 RED value IS 117 (46.09% from 255) = 28.19%

 GREEN value IS 58 (23.05% from 255) = 13.98%

 BLUE value IS 240 (94.14% from 255) = 57.83%

R = 28.19%
G = 13.98%
B = 57.83%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#753AF0 (or 0x753AF0) is known color: Blue Violet. HEX triplet: 75, 3A and F0. RGB value is (117,58,240). Sum of RGB (Red+Green+Blue) = 117+58+240=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 240 (94.14% from 255 or 57.83% from 415); Max value from RGB is 240 - color contains mainly: blue. Hex color #753AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753AF0 is #8AC50F. Grayscale: #5F5F5F. Windows color (decimal): -9094416 or 15743605. OLE color: 15743605.

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

Color convert

RGB 117 58 240 -
CMYK 0.51 0.76 0 0.06
HSL 259.45º 0.86% 0.58% -
HSV(B) 259.45º 0.76% 0.94% -
XYZ 24.58 13.1 83.67 -
YUV 96.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 117 58 240 0.51 0.76 0 0.06 259.45 0.86 0.58
Hex 75 3A F0 33 4C 0 6 103 56 3A
Octal 165 72 360 63 114 0 6 403 126 72
Binary 1110101 111010 11110000 110011 1001100 0 110 100000011 1010110 111010

Color Harmonies of #753AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753AF0

Black with #753AF0

Text Example


Text Example

White with #753AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #753AF0;
 }
 .AnyTagClassName
 {
   color: #753AF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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