#7A3BED

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

Shades of Blue Violet #7A3BED

Tints of Blue Violet #7A3BED

Color information

#7A3BED (or 0x7A3BED) is unknown color: approx Blue Violet. HEX triplet: 7A, 3B and ED. RGB value is (122,59,237). Sum of RGB (Red+Green+Blue) = 122+59+237=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 59 (23.44% from 255 or 14.11% from 418); Blue value is 237 (92.97% from 255 or 56.70% from 418); Max value from RGB is 237 - color contains mainly: blue. Hex color #7A3BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A3BED is #85C412. Grayscale: #616161. Windows color (decimal): -8766483 or 15547258. OLE color: 15547258.

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

Color convert

RGB12259237-
CMYK0.490.7500.07
HSL261.24º83.18%58.04%-
HSV(B)261.24º75.11%92.94%-
XYZ24.8813.3881.39-
YUV98.13206.37145.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 59 (23.44% from 255) = 14.11%
BLUE value IS 237 (92.97% from 255) = 56.70%
R=29.19%
G=14.11%
B=56.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal122592370.490.7500.07261.2483.1858.04
Hex7A3BED314B07105533a
Octal17273355611130740512372
Binary111101011101111101101110001100101101111000001011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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