#7835FB

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

Shades of Blue Violet #7835FB

Tints of Blue Violet #7835FB

Color information

#7835FB (or 0x7835FB) is unknown color: approx Blue Violet. HEX triplet: 78, 35 and FB. RGB value is (120,53,251). Sum of RGB (Red+Green+Blue) = 120+53+251=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 251 (98.44% from 255 or 59.20% from 424); Max value from RGB is 251 - color contains mainly: blue. Hex color #7835FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7835FB is #87CA04. Grayscale: #5E5E5E. Windows color (decimal): -8899077 or 16463224. OLE color: 16463224.

HSL color Cylindrical-coordinate representation of color #7835FB: hue angle of 260.3º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7835FB is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12053251-
CMYK0.520.7900.02
HSL260.3º96.12%59.61%-
HSV(B)260.3º78.88%98.43%-
XYZ26.4313.592.48-
YUV95.6215.7145.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 251 (98.44% from 255) = 59.20%
R=28.30%
G=12.5%
B=59.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal120532510.520.7900.02260.396.1259.61
Hex7835FB344F02104603c
Octal17065373641170240414074
Binary11110001101011111101111010010011110101000001001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7835FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7835FB; }

 p { color: rgb(120,53,251); }

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

<style>
 a { background-color: #7835FB; }

 a { background-color: rgb(120,53,251); }

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

<style>
 span { border-color: #7835FB; }

 span { border-color: rgb(120,53,251); }

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