#7135FA

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

Shades of Blue Violet #7135FA

Tints of Blue Violet #7135FA

Color information

#7135FA (or 0x7135FA) is unknown color: approx Blue Violet. HEX triplet: 71, 35 and FA. RGB value is (113,53,250). Sum of RGB (Red+Green+Blue) = 113+53+250=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 250 (98.05% from 255 or 60.10% from 416); Max value from RGB is 250 - color contains mainly: blue. Hex color #7135FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7135FA is #8ECA05. Grayscale: #5C5C5C. Windows color (decimal): -9357830 or 16397681. OLE color: 16397681.

HSL color Cylindrical-coordinate representation of color #7135FA: hue angle of 258.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7135FA is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11353250-
CMYK0.550.7900.02
HSL258.27º95.17%59.41%-
HSV(B)258.27º78.8%98.04%-
XYZ25.3412.9691.61-
YUV93.4216.38141.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 53 (21.09% from 255) = 12.74%
BLUE value IS 250 (98.05% from 255) = 60.10%
R=27.16%
G=12.74%
B=60.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal113532500.550.7900.02258.2795.1759.41
Hex7135FA374F021025f3b
Octal16165372671170240213773
Binary11100011101011111101011011110011110101000000101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7135FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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