#7A36FD

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

Shades of Blue Violet #7A36FD

Tints of Blue Violet #7A36FD

Color information

#7A36FD (or 0x7A36FD) is unknown color: approx Blue Violet. HEX triplet: 7A, 36 and FD. RGB value is (122,54,253). Sum of RGB (Red+Green+Blue) = 122+54+253=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 253 (99.22% from 255 or 58.97% from 429); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A36FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A36FD is #85C902. Grayscale: #606060. Windows color (decimal): -8767747 or 16594554. OLE color: 16594554.

HSL color Cylindrical-coordinate representation of color #7A36FD: hue angle of 260.5º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A36FD is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB12254253-
CMYK0.520.7900.01
HSL260.5º98.03%60.2%-
HSV(B)260.5º78.66%99.22%-
XYZ27.0713.8794.18-
YUV97.02216.03145.82-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.44%
GREEN value IS 54 (21.48% from 255) = 12.59%
BLUE value IS 253 (99.22% from 255) = 58.97%
R=28.44%
G=12.59%
B=58.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal122542530.520.7900.01260.598.0360.2
Hex7A36FD344F01105623c
Octal17266375641170140514274
Binary1111010110110111111011101001001111011000001011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A36FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,54,253); }

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

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

 a { background-color: rgb(122,54,253); }

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

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

 span { border-color: rgb(122,54,253); }

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