#7135F3

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

Shades of Blue Violet #7135F3

Tints of Blue Violet #7135F3

Color information

#7135F3 (or 0x7135F3) is unknown color: approx Blue Violet. HEX triplet: 71, 35 and F3. RGB value is (113,53,243). Sum of RGB (Red+Green+Blue) = 113+53+243=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #7135F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7135F3 is #8ECA0C. Grayscale: #5B5B5B. Windows color (decimal): -9357837 or 15938929. OLE color: 15938929.

HSL color Cylindrical-coordinate representation of color #7135F3: hue angle of 258.95º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7135F3 is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11353243-
CMYK0.530.7800.05
HSL258.95º88.79%58.04%-
HSV(B)258.95º78.19%95.29%-
XYZ24.2612.5385.93-
YUV92.6212.88142.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 243 (95.31% from 255) = 59.41%
R=27.63%
G=12.96%
B=59.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal113532430.530.7800.05258.9588.7958.04
Hex7135F3354E05103593a
Octal16165363651160540313172
Binary111000111010111110011110101100111001011000000111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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