Html Css Color HEX #750ECE Dark Violet

📋 copy color: '#750ECE'

red 117 ◦ green 14 ◦ blue 206

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

Shades of Dark Violet #750ECE

Tints of Dark Violet #750ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 34.72%
G = 4.15%
B = 61.13%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#750ECE (or 0x750ECE) is known color: Dark Violet. HEX triplet: 75, 0E and CE. RGB value is (117,14,206). Sum of RGB (Red+Green+Blue) = 117+14+206=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #750ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ECE is #8AF131. Grayscale: #424242. Windows color (decimal): -9105714 or 13504117. OLE color: 13504117.

HSL color Cylindrical-coordinate representation of color #750ECE: hue angle of 272.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #750ECE is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 14 206 -
CMYK 0.43 0.93 0 0.19
HSL 272.19º 0.87% 0.43% -
HSV(B) 272.19º 0.93% 0.81% -
XYZ 18.63 8.55 59.06 -
YUV 66.69 206.62 163.89 -
System Red Green Blue C M Y K H S L
Decimal 117 14 206 0.43 0.93 0 0.19 272.19 0.87 0.43
Hex 75 E CE 2B 5D 0 13 110 57 2B
Octal 165 16 316 53 135 0 23 420 127 53
Binary 1110101 1110 11001110 101011 1011101 0 10011 100010000 1010111 101011

Color Harmonies of #750ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750ECE

Black with #750ECE

Text Example


Text Example

White with #750ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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