#7135E9

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

Shades of Blue Violet #7135E9

Tints of Blue Violet #7135E9

Color information

#7135E9 (or 0x7135E9) is unknown color: approx Blue Violet. HEX triplet: 71, 35 and E9. RGB value is (113,53,233). Sum of RGB (Red+Green+Blue) = 113+53+233=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 233 (91.41% from 255 or 58.40% from 399); Max value from RGB is 233 - color contains mainly: blue. Hex color #7135E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7135E9 is #8ECA16. Grayscale: #5A5A5A. Windows color (decimal): -9357847 or 15283569. OLE color: 15283569.

HSL color Cylindrical-coordinate representation of color #7135E9: hue angle of 260º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7135E9 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11353233-
CMYK0.520.7700.09
HSL260º80.36%56.08%-
HSV(B)260º77.25%91.37%-
XYZ22.7911.9478.19-
YUV91.46207.88143.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.32%
GREEN value IS 53 (21.09% from 255) = 13.28%
BLUE value IS 233 (91.41% from 255) = 58.40%
R=28.32%
G=13.28%
B=58.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal113532330.520.7700.0926080.3656.08
Hex7135E9344D091045038
Octal161653516411501140412070
Binary1110001110101111010011101001001101010011000001001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7135E9; }

 p { color: rgb(113,53,233); }

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

<style>
 a { background-color: #7135E9; }

 a { background-color: rgb(113,53,233); }

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

<style>
 span { border-color: #7135E9; }

 span { border-color: rgb(113,53,233); }

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