Html Css Color HEX #753EEC Blue Violet

📋 copy color: '#753EEC'

red 117 ◦ green 62 ◦ blue 236

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

Shades of Blue Violet #753EEC

Tints of Blue Violet #753EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.87%

R = 28.19%
G = 14.94%
B = 56.87%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#753EEC (or 0x753EEC) is known color: Blue Violet. HEX triplet: 75, 3E and EC. RGB value is (117,62,236). Sum of RGB (Red+Green+Blue) = 117+62+236=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #753EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #753EEC is #8AC113. Grayscale: #616161. Windows color (decimal): -9093396 or 15482485. OLE color: 15482485.

HSL color Cylindrical-coordinate representation of color #753EEC: hue angle of 258.97º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #753EEC is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 117 62 236 -
CMYK 0.50 0.74 0 0.07
HSL 258.97º 0.82% 0.58% -
HSV(B) 258.97º 0.74% 0.93% -
XYZ 24.2 13.28 80.65 -
YUV 98.28 205.72 141.35 -
System Red Green Blue C M Y K H S L
Decimal 117 62 236 0.50 0.74 0 0.07 258.97 0.82 0.58
Hex 75 3E EC 32 4A 0 7 103 52 3A
Octal 165 76 354 62 112 0 7 403 122 72
Binary 1110101 111110 11101100 110010 1001010 0 111 100000011 1010010 111010

Color Harmonies of #753EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753EEC

Black with #753EEC

Text Example


Text Example

White with #753EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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