#7540D9

Color #7540D9 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7540D9

Tints of Blue Violet #7540D9

Color information

#7540D9 (or 0x7540D9) is unknown color: approx Blue Violet. HEX triplet: 75, 40 and D9. RGB value is (117,64,217). Sum of RGB (Red+Green+Blue) = 117+64+217=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 217 (85.16% from 255 or 54.52% from 398); Max value from RGB is 217 - color contains mainly: blue. Hex color #7540D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7540D9 is #8ABF26. Grayscale: #606060. Windows color (decimal): -9092903 or 14237813. OLE color: 14237813.

HSL color Cylindrical-coordinate representation of color #7540D9: hue angle of 260.78º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7540D9 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11764217-
CMYK0.460.7100.15
HSL260.78º66.81%55.1%-
HSV(B)260.78º70.51%85.1%-
XYZ21.6912.4666.91-
YUV97.29195.56142.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 64 (25.39% from 255) = 16.08%
BLUE value IS 217 (85.16% from 255) = 54.52%
R=29.40%
G=16.08%
B=54.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117642170.460.7100.15260.7866.8155.1
Hex7540D92E470F1054337
Octal1651003315610701740510367
Binary11101011000000110110011011101000111011111000001011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7540D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7540D9; }

 p { color: rgb(117,64,217); }

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

<style>
 a { background-color: #7540D9; }

 a { background-color: rgb(117,64,217); }

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

<style>
 span { border-color: #7540D9; }

 span { border-color: rgb(117,64,217); }

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