#7630E7

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

Shades of Blue Violet #7630E7

Tints of Blue Violet #7630E7

Color information

#7630E7 (or 0x7630E7) is unknown color: approx Blue Violet. HEX triplet: 76, 30 and E7. RGB value is (118,48,231). Sum of RGB (Red+Green+Blue) = 118+48+231=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 231 (90.62% from 255 or 58.19% from 397); Max value from RGB is 231 - color contains mainly: blue. Hex color #7630E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7630E7 is #89CF18. Grayscale: #595959. Windows color (decimal): -9031449 or 15151222. OLE color: 15151222.

HSL color Cylindrical-coordinate representation of color #7630E7: hue angle of 262.95º 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 #7630E7 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB11848231-
CMYK0.490.7900.09
HSL262.95º79.22%54.71%-
HSV(B)262.95º79.22%90.59%-
XYZ22.9511.7376.66-
YUV89.79207.69148.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.72%
GREEN value IS 48 (19.14% from 255) = 12.09%
BLUE value IS 231 (90.62% from 255) = 58.19%
R=29.72%
G=12.09%
B=58.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal118482310.490.7900.09262.9579.2254.71
Hex7630E7314F091074f37
Octal166603476111701140711767
Binary1110110110000111001111100011001111010011000001111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7630E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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