#7641E4

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

Shades of Blue Violet #7641E4

Tints of Blue Violet #7641E4

Color information

#7641E4 (or 0x7641E4) is unknown color: approx Blue Violet. HEX triplet: 76, 41 and E4. RGB value is (118,65,228). Sum of RGB (Red+Green+Blue) = 118+65+228=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #7641E4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7641E4 is #89BE1B. Grayscale: #626262. Windows color (decimal): -9027100 or 14958966. OLE color: 14958966.

HSL color Cylindrical-coordinate representation of color #7641E4: hue angle of 259.51º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7641E4 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11865228-
CMYK0.480.7100.11
HSL259.51º75.12%57.45%-
HSV(B)259.51º71.49%89.41%-
XYZ23.3713.2374.72-
YUV99.43200.56141.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=28.71%
G=15.82%
B=55.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118652280.480.7100.11259.5175.1257.45
Hex7641E430470B1044b39
Octal1661013446010701340411371
Binary11101101000001111001001100001000111010111000001001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7641E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7641E4; }

 p { color: rgb(118,65,228); }

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

<style>
 a { background-color: #7641E4; }

 a { background-color: rgb(118,65,228); }

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

<style>
 span { border-color: #7641E4; }

 span { border-color: rgb(118,65,228); }

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