#7035E1

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

Shades of Blue Violet #7035E1

Tints of Blue Violet #7035E1

Color information

#7035E1 (or 0x7035E1) is unknown color: approx Blue Violet. HEX triplet: 70, 35 and E1. RGB value is (112,53,225). Sum of RGB (Red+Green+Blue) = 112+53+225=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #7035E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7035E1 is #8FCA1E. Grayscale: #595959. Windows color (decimal): -9423391 or 14759280. OLE color: 14759280.

HSL color Cylindrical-coordinate representation of color #7035E1: hue angle of 260.58º 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 #7035E1 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11253225-
CMYK0.500.7600.12
HSL260.58º74.14%54.51%-
HSV(B)260.58º76.44%88.24%-
XYZ21.5511.4372.3-
YUV90.25204.05143.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 225 (88.28% from 255) = 57.69%
R=28.72%
G=13.59%
B=57.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal112532250.500.7600.12260.5874.1454.51
Hex7035E1324C0C1054a37
Octal160653416211401440511267
Binary1110000110101111000011100101001100011001000001011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7035E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,53,225); }

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

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

 a { background-color: rgb(112,53,225); }

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

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

 span { border-color: rgb(112,53,225); }

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