#7A26ED

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

Shades of Blue Violet #7A26ED

Tints of Blue Violet #7A26ED

Color information

#7A26ED (or 0x7A26ED) is unknown color: approx Blue Violet. HEX triplet: 7A, 26 and ED. RGB value is (122,38,237). Sum of RGB (Red+Green+Blue) = 122+38+237=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 237 (92.97% from 255 or 59.70% from 397); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A26ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A26ED is #85D912. Grayscale: #555555. Windows color (decimal): -8771859 or 15541882. OLE color: 15541882.

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

Color convert

RGB12238237-
CMYK0.490.8400.07
HSL265.33º84.68%53.92%-
HSV(B)265.33º83.97%92.94%-
XYZ24.0111.6481.1-
YUV85.8213.33153.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.73%
GREEN value IS 38 (15.23% from 255) = 9.57%
BLUE value IS 237 (92.97% from 255) = 59.70%
R=30.73%
G=9.57%
B=59.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122382370.490.8400.07265.3384.6853.92
Hex7A26ED3154071095536
Octal17246355611240741112566
Binary111101010011011101101110001101010001111000010011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A26ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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