#7537E1

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

Shades of Blue Violet #7537E1

Tints of Blue Violet #7537E1

Color information

#7537E1 (or 0x7537E1) is unknown color: approx Blue Violet. HEX triplet: 75, 37 and E1. RGB value is (117,55,225). Sum of RGB (Red+Green+Blue) = 117+55+225=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 225 (88.28% from 255 or 56.68% from 397); Max value from RGB is 225 - color contains mainly: blue. Hex color #7537E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7537E1 is #8AC81E. Grayscale: #5C5C5C. Windows color (decimal): -9095199 or 14759797. OLE color: 14759797.

HSL color Cylindrical-coordinate representation of color #7537E1: hue angle of 261.88º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7537E1 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11755225-
CMYK0.480.7600.12
HSL261.88º73.91%54.9%-
HSV(B)261.88º75.56%88.24%-
XYZ22.2911.9572.37-
YUV92.92202.54145.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.47%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 225 (88.28% from 255) = 56.68%
R=29.47%
G=13.85%
B=56.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal117552250.480.7600.12261.8873.9154.9
Hex7537E1304C0C1064a37
Octal165673416011401440611267
Binary1110101110111111000011100001001100011001000001101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7537E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7537E1; }

 p { color: rgb(117,55,225); }

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

<style>
 a { background-color: #7537E1; }

 a { background-color: rgb(117,55,225); }

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

<style>
 span { border-color: #7537E1; }

 span { border-color: rgb(117,55,225); }

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