#7417EA

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

Shades of Blue Violet #7417EA

Tints of Blue Violet #7417EA

Color information

#7417EA (or 0x7417EA) is unknown color: approx Blue Violet. HEX triplet: 74, 17 and EA. RGB value is (116,23,234). Sum of RGB (Red+Green+Blue) = 116+23+234=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #7417EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7417EA is #8BE815. Grayscale: #4A4A4A. Windows color (decimal): -9168918 or 15341428. OLE color: 15341428.

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

Color convert

RGB11623234-
CMYK0.500.9000.08
HSL266.45º83.4%50.39%-
HSV(B)266.45º90.17%91.76%-
XYZ22.3610.2778.64-
YUV74.86217.81157.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 23 (9.38% from 255) = 6.17%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=31.10%
G=6.17%
B=62.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal116232340.500.9000.08266.4583.450.39
Hex7417EA325A0810a5332
Octal164273526213201041212362
Binary111010010111111010101100101011010010001000010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7417EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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