#750ECC

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

Shades of Dark Violet #750ECC

Tints of Dark Violet #750ECC

Color information

#750ECC (or 0x750ECC) is unknown color: approx Dark Violet. HEX triplet: 75, 0E and CC. RGB value is (117,14,204). Sum of RGB (Red+Green+Blue) = 117+14+204=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #750ECC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ECC is #8AF133. Grayscale: #414141. Windows color (decimal): -9105716 or 13373045. OLE color: 13373045.

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

Color convert

RGB11714204-
CMYK0.430.9300.2
HSL272.53º87.16%42.75%-
HSV(B)272.53º93.14%80%-
XYZ18.398.4657.79-
YUV66.46205.62164.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 14 (5.86% from 255) = 4.18%
BLUE value IS 204 (80.08% from 255) = 60.90%
R=34.93%
G=4.18%
B=60.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117142040.430.9300.2272.5387.1642.75
Hex75ECC2B5D014111572b
Octal165163145313502442112753
Binary111010111101100110010101110111010101001000100011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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