#7A0FEA

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

Shades of Blue Violet #7A0FEA

Tints of Blue Violet #7A0FEA

Color information

#7A0FEA (or 0x7A0FEA) is unknown color: approx Blue Violet. HEX triplet: 7A, 0F and EA. RGB value is (122,15,234). Sum of RGB (Red+Green+Blue) = 122+15+234=371 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.88% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A0FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7A0FEA is #85F015. Grayscale: #474747. Windows color (decimal): -8777750 or 15339386. OLE color: 15339386.

HSL color Cylindrical-coordinate representation of color #7A0FEA: hue angle of 269.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0FEA is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12215234-
CMYK0.480.9400.08
HSL269.32º87.95%48.82%-
HSV(B)269.32º93.59%91.76%-
XYZ23.0510.4278.64-
YUV71.96219.45163.69-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.88%
GREEN value IS 15 (6.25% from 255) = 4.04%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=32.88%
G=4.04%
B=63.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal122152340.480.9400.08269.3287.9548.82
Hex7AFEA305E0810d5831
Octal172173526013601041513061
Binary11110101111111010101100001011110010001000011011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,15,234); }

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

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

 a { background-color: rgb(122,15,234); }

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

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

 span { border-color: rgb(122,15,234); }

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