#750ABC

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

Shades of Dark Violet #750ABC

Tints of Dark Violet #750ABC

Color information

#750ABC (or 0x750ABC) is unknown color: approx Dark Violet. HEX triplet: 75, 0A and BC. RGB value is (117,10,188). Sum of RGB (Red+Green+Blue) = 117+10+188=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 10 (4.30% from 255 or 3.17% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #750ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750ABC is #8AF543. Grayscale: #3D3D3D. Windows color (decimal): -9106756 or 12323445. OLE color: 12323445.

HSL color Cylindrical-coordinate representation of color #750ABC: hue angle of 276.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750ABC is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11710188-
CMYK0.380.9500.26
HSL276.07º89.9%38.82%-
HSV(B)276.07º94.68%73.73%-
XYZ16.527.6348.18-
YUV62.28198.95167.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.14%
GREEN value IS 10 (4.30% from 255) = 3.17%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=37.14%
G=3.17%
B=59.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal117101880.380.9500.26276.0789.938.82
Hex75ABC265F01A1145a27
Octal165122744613703242413247
Binary111010110101011110010011010111110110101000101001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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