Html Css Color HEX #750EE0 Blue Violet

📋 copy color: '#750EE0'

red 117 ◦ green 14 ◦ blue 224

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

Shades of Blue Violet #750EE0

Tints of Blue Violet #750EE0

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.94%

 BLUE value IS 224 (87.89% from 255) = 63.1%

R = 32.96%
G = 3.94%
B = 63.1%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#750EE0 (or 0x750EE0) is known color: Blue Violet. HEX triplet: 75, 0E and E0. RGB value is (117,14,224). Sum of RGB (Red+Green+Blue) = 117+14+224=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 224 (87.89% from 255 or 63.10% from 355); Max value from RGB is 224 - color contains mainly: blue. Hex color #750EE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750EE0 is #8AF11F. Grayscale: #444444. Windows color (decimal): -9105696 or 14683765. OLE color: 14683765.

HSL color Cylindrical-coordinate representation of color #750EE0: hue angle of 269.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #750EE0 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 14 224 -
CMYK 0.48 0.94 0 0.12
HSL 269.43º 0.88% 0.47% -
HSV(B) 269.43º 0.94% 0.88% -
XYZ 20.95 9.48 71.25 -
YUV 68.74 215.62 162.42 -
System Red Green Blue C M Y K H S L
Decimal 117 14 224 0.48 0.94 0 0.12 269.43 0.88 0.47
Hex 75 E E0 30 5E 0 C 10D 58 2F
Octal 165 16 340 60 136 0 14 415 130 57
Binary 1110101 1110 11100000 110000 1011110 0 1100 100001101 1011000 101111

Color Harmonies of #750EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750EE0

Black with #750EE0

Text Example


Text Example

White with #750EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750EE0; }

 p { color: rgb(117,14,224); }

 H1.HeaderClassName
 {
   color: #750EE0;
 }
 .AnyTagClassName
 {
   color: #750EE0;
 }
</style>

background-color css

<style>
 a { background-color: #750EE0; }

 a { background-color: rgb(117,14,224); }

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

border-color css

<style>
 span { border-color: #750EE0; }

 span { border-color: rgb(117,14,224); }

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