Html Css Color HEX #753EFF Blue Violet

📋 copy color: '#753EFF'

red 117 ◦ green 62 ◦ blue 255

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

Shades of Blue Violet #753EFF

Tints of Blue Violet #753EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.29%

 BLUE value IS 255 (100% from 255) = 58.76%

R = 26.96%
G = 14.29%
B = 58.76%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#753EFF (or 0x753EFF) is known color: Blue Violet. HEX triplet: 75, 3E and FF. RGB value is (117,62,255). Sum of RGB (Red+Green+Blue) = 117+62+255=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #753EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753EFF is #8AC100. Grayscale: #636363. Windows color (decimal): -9093377 or 16727669. OLE color: 16727669.

HSL color Cylindrical-coordinate representation of color #753EFF: hue angle of 257.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #753EFF is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 62 255 -
CMYK 0.54 0.76 0 0
HSL 257.1º 1% 0.62% -
HSV(B) 257.1º 0.76% 1% -
XYZ 27.11 14.45 95.97 -
YUV 100.45 215.22 139.81 -
System Red Green Blue C M Y K H S L
Decimal 117 62 255 0.54 0.76 0 0 257.1 1 0.62
Hex 75 3E FF 36 4C 0 0 101 64 3E
Octal 165 76 377 66 114 0 0 401 144 76
Binary 1110101 111110 11111111 110110 1001100 0 0 100000001 1100100 111110

Color Harmonies of #753EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EFF

Black with #753EFF

Text Example


Text Example

White with #753EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,62,255); }

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

background-color css

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

 a { background-color: rgb(117,62,255); }

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

border-color css

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

 span { border-color: rgb(117,62,255); }

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