#7535D9

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

Shades of Blue Violet #7535D9

Tints of Blue Violet #7535D9

Color information

#7535D9 (or 0x7535D9) is unknown color: approx Blue Violet. HEX triplet: 75, 35 and D9. RGB value is (117,53,217). Sum of RGB (Red+Green+Blue) = 117+53+217=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 217 (85.16% from 255 or 56.07% from 387); Max value from RGB is 217 - color contains mainly: blue. Hex color #7535D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7535D9 is #8ACA26. Grayscale: #5A5A5A. Windows color (decimal): -9095719 or 14234997. OLE color: 14234997.

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

Color convert

RGB11753217-
CMYK0.460.7600.15
HSL263.41º68.33%52.94%-
HSV(B)263.41º75.58%85.1%-
XYZ21.1311.3466.72-
YUV90.83199.2146.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 53 (21.09% from 255) = 13.70%
BLUE value IS 217 (85.16% from 255) = 56.07%
R=30.23%
G=13.70%
B=56.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal117532170.460.7600.15263.4168.3352.94
Hex7535D92E4C0F1074435
Octal165653315611401740710465
Binary1110101110101110110011011101001100011111000001111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7535D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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