#750BD4

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

Shades of Dark Violet #750BD4

Tints of Dark Violet #750BD4

Color information

#750BD4 (or 0x750BD4) is unknown color: approx Dark Violet. HEX triplet: 75, 0B and D4. RGB value is (117,11,212). Sum of RGB (Red+Green+Blue) = 117+11+212=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 212 (83.20% from 255 or 62.35% from 340); Max value from RGB is 212 - color contains mainly: blue. Hex color #750BD4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BD4 is #8AF42B. Grayscale: #404040. Windows color (decimal): -9106476 or 13896565. OLE color: 13896565.

HSL color Cylindrical-coordinate representation of color #750BD4: hue angle of 271.64º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #750BD4 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11711212-
CMYK0.450.9500.17
HSL271.64º90.13%43.73%-
HSV(B)271.64º94.81%83.14%-
XYZ19.348.7762.96-
YUV65.61210.62164.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.41%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 212 (83.20% from 255) = 62.35%
R=34.41%
G=3.24%
B=62.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal117112120.450.9500.17271.6490.1343.73
Hex75BD42D5F0111105a2c
Octal165133245513702142013254
Binary111010110111101010010110110111110100011000100001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,11,212); }

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

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

 a { background-color: rgb(117,11,212); }

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

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

 span { border-color: rgb(117,11,212); }

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