#7417e6

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

Shades of Blue Violet #7417E6

Tints of Blue Violet #7417E6

Color information

#7417E6 (or 0x7417E6) is unknown color: approx Blue Violet. HEX triplet: 74, 17 and E6. RGB value is (116,23,230). Sum of RGB (Red+Green+Blue) = 116+23+230=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #7417E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7417E6 is #8BE819. Grayscale: #494949. Windows color (decimal): -9168922 or 15079284. OLE color: 15079284.

HSL color Cylindrical-coordinate representation of color #7417E6: hue angle of 266.96º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7417E6 is Cyan = 0.50, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11623230-
CMYK0.500.900.10
HSL266.96º81.82%49.61%-
HSV(B)266.96º90%90.2%-
XYZ21.7910.0475.65-
YUV74.4215.81157.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 23 (9.38% from 255) = 6.23%
BLUE value IS 230 (90.23% from 255) = 62.33%
R=31.44%
G=6.23%
B=62.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal116232300.500.900.10266.9681.8249.61
Hex7417E6325A0A10b5232
Octal164273466213201241312262
Binary111010010111111001101100101011010010101000010111010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7417e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7417e6; }

 p { color: rgb(116,23,230); }

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

<style>
 a { background-color: #7417e6; }

 a { background-color: rgb(116,23,230); }

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

<style>
 span { border-color: #7417e6; }

 span { border-color: rgb(116,23,230); }

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