#750ECA

Color #750ECA Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #750ECA

Tints of Dark Violet #750ECA

Color information

#750ECA (or 0x750ECA) is unknown color: approx Dark Violet. HEX triplet: 75, 0E and CA. RGB value is (117,14,202). Sum of RGB (Red+Green+Blue) = 117+14+202=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #750ECA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ECA is #8AF135. Grayscale: #414141. Windows color (decimal): -9105718 or 13241973. OLE color: 13241973.

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

Color convert

RGB11714202-
CMYK0.420.9300.21
HSL272.87º87.04%42.35%-
HSV(B)272.87º93.07%79.22%-
XYZ18.158.3656.53-
YUV66.23204.62164.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=35.14%
G=4.20%
B=60.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117142020.420.9300.21272.8787.0442.35
Hex75ECA2A5D015111572a
Octal165163125213502542112752
Binary111010111101100101010101010111010101011000100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #750ECA;
 }
 .AnyTagClassName
 {
   color: #750ECA;
 }
</style>
background-color css

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

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

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

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

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

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