#7A35F7

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

Shades of Blue Violet #7A35F7

Tints of Blue Violet #7A35F7

Color information

#7A35F7 (or 0x7A35F7) is unknown color: approx Blue Violet. HEX triplet: 7A, 35 and F7. RGB value is (122,53,247). Sum of RGB (Red+Green+Blue) = 122+53+247=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 247 (96.88% from 255 or 58.53% from 422); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A35F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7A35F7 is #85CA08. Grayscale: #5F5F5F. Windows color (decimal): -8768009 or 16201082. OLE color: 16201082.

HSL color Cylindrical-coordinate representation of color #7A35F7: hue angle of 261.34º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A35F7 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12253247-
CMYK0.510.7900.03
HSL261.34º92.38%58.82%-
HSV(B)261.34º78.54%96.86%-
XYZ26.0913.489.21-
YUV95.75213.36146.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 53 (21.09% from 255) = 12.56%
BLUE value IS 247 (96.88% from 255) = 58.53%
R=28.91%
G=12.56%
B=58.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal122532470.510.7900.03261.3492.3858.82
Hex7A35F7334F031055c3b
Octal17265367631170340513473
Binary11110101101011111011111001110011110111000001011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A35F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,53,247); }

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

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

 a { background-color: rgb(122,53,247); }

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

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

 span { border-color: rgb(122,53,247); }

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