#7531FC

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

Shades of Blue Violet #7531FC

Tints of Blue Violet #7531FC

Color information

#7531FC (or 0x7531FC) is unknown color: approx Blue Violet. HEX triplet: 75, 31 and FC. RGB value is (117,49,252). Sum of RGB (Red+Green+Blue) = 117+49+252=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #7531FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7531FC is #8ACE03. Grayscale: #5B5B5B. Windows color (decimal): -9096708 or 16527733. OLE color: 16527733.

HSL color Cylindrical-coordinate representation of color #7531FC: hue angle of 260.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7531FC is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB11749252-
CMYK0.540.8100.01
HSL260.1º97.13%59.02%-
HSV(B)260.1º80.56%98.82%-
XYZ26.0113.0193.24-
YUV92.47218.03145.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 49 (19.53% from 255) = 11.72%
BLUE value IS 252 (98.83% from 255) = 60.29%
R=27.99%
G=11.72%
B=60.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal117492520.540.8100.01260.197.1359.02
Hex7531FC365101104613b
Octal16561374661210140414173
Binary1110101110001111111001101101010001011000001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7531FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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