#7627EA

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

Shades of Blue Violet #7627EA

Tints of Blue Violet #7627EA

Color information

#7627EA (or 0x7627EA) is unknown color: approx Blue Violet. HEX triplet: 76, 27 and EA. RGB value is (118,39,234). Sum of RGB (Red+Green+Blue) = 118+39+234=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #7627EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7627EA is #89D815. Grayscale: #545454. Windows color (decimal): -9033750 or 15345526. OLE color: 15345526.

HSL color Cylindrical-coordinate representation of color #7627EA: hue angle of 264.31º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7627EA is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11839234-
CMYK0.500.8300.08
HSL264.31º82.28%53.53%-
HSV(B)264.31º83.33%91.76%-
XYZ23.0511.2478.8-
YUV84.85212.17151.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.18%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 234 (91.80% from 255) = 59.85%
R=30.18%
G=9.97%
B=59.85%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal118392340.500.8300.08264.3182.2853.53
Hex7627EA3253081085236
Octal166473526212301041012266
Binary1110110100111111010101100101010011010001000010001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7627EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,39,234); }

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

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

 a { background-color: rgb(118,39,234); }

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

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

 span { border-color: rgb(118,39,234); }

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