#750ACC

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

Shades of Dark Violet #750ACC

Tints of Dark Violet #750ACC

Color information

#750ACC (or 0x750ACC) is unknown color: approx Dark Violet. HEX triplet: 75, 0A and CC. RGB value is (117,10,204). Sum of RGB (Red+Green+Blue) = 117+10+204=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #750ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ACC is #8AF533. Grayscale: #3F3F3F. Windows color (decimal): -9106740 or 13372021. OLE color: 13372021.

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

Color convert

RGB11710204-
CMYK0.430.9500.2
HSL273.09º90.65%41.96%-
HSV(B)273.09º95.1%80%-
XYZ18.348.3657.77-
YUV64.11206.95165.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 10 (4.30% from 255) = 3.02%
BLUE value IS 204 (80.08% from 255) = 61.63%
R=35.35%
G=3.02%
B=61.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal117102040.430.9500.2273.0990.6541.96
Hex75ACC2B5F0141115b2a
Octal165123145313702442113352
Binary111010110101100110010101110111110101001000100011011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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