#7730E7

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

Shades of Blue Violet #7730E7

Tints of Blue Violet #7730E7

Color information

#7730E7 (or 0x7730E7) is unknown color: approx Blue Violet. HEX triplet: 77, 30 and E7. RGB value is (119,48,231). Sum of RGB (Red+Green+Blue) = 119+48+231=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #7730E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7730E7 is #88CF18. Grayscale: #595959. Windows color (decimal): -8965913 or 15151223. OLE color: 15151223.

HSL color Cylindrical-coordinate representation of color #7730E7: hue angle of 263.28º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7730E7 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11948231-
CMYK0.480.7900.09
HSL263.28º79.22%54.71%-
HSV(B)263.28º79.22%90.59%-
XYZ23.0911.8176.66-
YUV90.09207.52148.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 48 (19.14% from 255) = 12.06%
BLUE value IS 231 (90.62% from 255) = 58.04%
R=29.90%
G=12.06%
B=58.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal119482310.480.7900.09263.2879.2254.71
Hex7730E7304F091074f37
Octal167603476011701140711767
Binary1110111110000111001111100001001111010011000001111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7730E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7730E7; }

 p { color: rgb(119,48,231); }

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

<style>
 a { background-color: #7730E7; }

 a { background-color: rgb(119,48,231); }

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

<style>
 span { border-color: #7730E7; }

 span { border-color: rgb(119,48,231); }

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