#7735EA

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

Shades of Blue Violet #7735EA

Tints of Blue Violet #7735EA

Color information

#7735EA (or 0x7735EA) is unknown color: approx Blue Violet. HEX triplet: 77, 35 and EA. RGB value is (119,53,234). Sum of RGB (Red+Green+Blue) = 119+53+234=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #7735EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7735EA is #88CA15. Grayscale: #5C5C5C. Windows color (decimal): -8964630 or 15349111. OLE color: 15349111.

HSL color Cylindrical-coordinate representation of color #7735EA: hue angle of 261.88º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7735EA is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11953234-
CMYK0.490.7700.08
HSL261.88º81.17%56.27%-
HSV(B)261.88º77.35%91.76%-
XYZ23.7312.4178.99-
YUV93.37207.37146.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 53 (21.09% from 255) = 13.05%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=29.31%
G=13.05%
B=57.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal119532340.490.7700.08261.8881.1756.27
Hex7735EA314D081065138
Octal167653526111501040612170
Binary1110111110101111010101100011001101010001000001101010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7735EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7735EA; }

 p { color: rgb(119,53,234); }

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

<style>
 a { background-color: #7735EA; }

 a { background-color: rgb(119,53,234); }

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

<style>
 span { border-color: #7735EA; }

 span { border-color: rgb(119,53,234); }

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