#7531D6

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

Shades of Blue Violet #7531D6

Tints of Blue Violet #7531D6

Color information

#7531D6 (or 0x7531D6) is unknown color: approx Blue Violet. HEX triplet: 75, 31 and D6. RGB value is (117,49,214). Sum of RGB (Red+Green+Blue) = 117+49+214=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 214 (83.98% from 255 or 56.32% from 380); Max value from RGB is 214 - color contains mainly: blue. Hex color #7531D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7531D6 is #8ACE29. Grayscale: #575757. Windows color (decimal): -9096746 or 14037365. OLE color: 14037365.

HSL color Cylindrical-coordinate representation of color #7531D6: hue angle of 264.73º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7531D6 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11749214-
CMYK0.450.7700.16
HSL264.73º66.8%51.57%-
HSV(B)264.73º77.1%83.92%-
XYZ20.5710.8364.63-
YUV88.14199.03148.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.79%
GREEN value IS 49 (19.53% from 255) = 12.89%
BLUE value IS 214 (83.98% from 255) = 56.32%
R=30.79%
G=12.89%
B=56.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal117492140.450.7700.16264.7366.851.57
Hex7531D62D4D0101094334
Octal165613265511502041110364
Binary11101011100011101011010110110011010100001000010011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7531D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7531D6; }

 p { color: rgb(117,49,214); }

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

<style>
 a { background-color: #7531D6; }

 a { background-color: rgb(117,49,214); }

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

<style>
 span { border-color: #7531D6; }

 span { border-color: rgb(117,49,214); }

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