#7A14ED

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

Shades of Blue Violet #7A14ED

Tints of Blue Violet #7A14ED

Color information

#7A14ED (or 0x7A14ED) is unknown color: approx Blue Violet. HEX triplet: 7A, 14 and ED. RGB value is (122,20,237). Sum of RGB (Red+Green+Blue) = 122+20+237=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A14ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A14ED is #85EB12. Grayscale: #4A4A4A. Windows color (decimal): -8776467 or 15537274. OLE color: 15537274.

HSL color Cylindrical-coordinate representation of color #7A14ED: hue angle of 268.2º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A14ED is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12220237-
CMYK0.490.9200.07
HSL268.2º85.77%50.39%-
HSV(B)268.2º91.56%92.94%-
XYZ23.5610.7580.95-
YUV75.24219.29161.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.19%
GREEN value IS 20 (8.20% from 255) = 5.28%
BLUE value IS 237 (92.97% from 255) = 62.53%
R=32.19%
G=5.28%
B=62.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122202370.490.9200.07268.285.7750.39
Hex7A14ED315C0710c5632
Octal17224355611340741412662
Binary11110101010011101101110001101110001111000011001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A14ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A14ED; }

 p { color: rgb(122,20,237); }

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

<style>
 a { background-color: #7A14ED; }

 a { background-color: rgb(122,20,237); }

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

<style>
 span { border-color: #7A14ED; }

 span { border-color: rgb(122,20,237); }

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