#7118DF

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

Shades of Blue Violet #7118DF

Tints of Blue Violet #7118DF

Color information

#7118DF (or 0x7118DF) is unknown color: approx Blue Violet. HEX triplet: 71, 18 and DF. RGB value is (113,24,223). Sum of RGB (Red+Green+Blue) = 113+24+223=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #7118DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7118DF is #8EE720. Grayscale: #484848. Windows color (decimal): -9365281 or 14620785. OLE color: 14620785.

HSL color Cylindrical-coordinate representation of color #7118DF: hue angle of 266.83º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7118DF is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11324223-
CMYK0.490.8900.13
HSL266.83º80.57%48.43%-
HSV(B)266.83º89.24%87.45%-
XYZ20.469.4970.57-
YUV73.3212.49156.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.39%
GREEN value IS 24 (9.77% from 255) = 6.67%
BLUE value IS 223 (87.5% from 255) = 61.94%
R=31.39%
G=6.67%
B=61.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113242230.490.8900.13266.8380.5748.43
Hex7118DF31590D10b5130
Octal161303376113101541312160
Binary111000111000110111111100011011001011011000010111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7118DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7118DF; }

 p { color: rgb(113,24,223); }

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

<style>
 a { background-color: #7118DF; }

 a { background-color: rgb(113,24,223); }

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

<style>
 span { border-color: #7118DF; }

 span { border-color: rgb(113,24,223); }

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