#7514E4

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

Shades of Blue Violet #7514E4

Tints of Blue Violet #7514E4

Color information

#7514E4 (or 0x7514E4) is unknown color: approx Blue Violet. HEX triplet: 75, 14 and E4. RGB value is (117,20,228). Sum of RGB (Red+Green+Blue) = 117+20+228=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 228 (89.45% from 255 or 62.47% from 365); Max value from RGB is 228 - color contains mainly: blue. Hex color #7514E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7514E4 is #8AEB1B. Grayscale: #474747. Windows color (decimal): -9104156 or 14947445. OLE color: 14947445.

HSL color Cylindrical-coordinate representation of color #7514E4: hue angle of 267.98º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7514E4 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11720228-
CMYK0.490.9100.11
HSL267.98º83.87%48.63%-
HSV(B)267.98º91.23%89.41%-
XYZ21.599.8874.17-
YUV72.72215.64159.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 20 (8.20% from 255) = 5.48%
BLUE value IS 228 (89.45% from 255) = 62.47%
R=32.05%
G=5.48%
B=62.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal117202280.490.9100.11267.9883.8748.63
Hex7514E4315B0B10c5431
Octal165243446113301341412461
Binary111010110100111001001100011011011010111000011001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7514E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7514E4; }

 p { color: rgb(117,20,228); }

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

<style>
 a { background-color: #7514E4; }

 a { background-color: rgb(117,20,228); }

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

<style>
 span { border-color: #7514E4; }

 span { border-color: rgb(117,20,228); }

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