#7642EE

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

Shades of Blue Violet #7642EE

Tints of Blue Violet #7642EE

Color information

#7642EE (or 0x7642EE) is unknown color: approx Blue Violet. HEX triplet: 76, 42 and EE. RGB value is (118,66,238). Sum of RGB (Red+Green+Blue) = 118+66+238=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #7642EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7642EE is #89BD11. Grayscale: #646464. Windows color (decimal): -9026834 or 15614582. OLE color: 15614582.

HSL color Cylindrical-coordinate representation of color #7642EE: hue angle of 258.14º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7642EE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11866238-
CMYK0.500.7200.07
HSL258.14º83.5%59.61%-
HSV(B)258.14º72.27%93.33%-
XYZ24.8513.9282.27-
YUV101.16205.23140.01-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.96%
GREEN value IS 66 (26.17% from 255) = 15.64%
BLUE value IS 238 (93.36% from 255) = 56.40%
R=27.96%
G=15.64%
B=56.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal118662380.500.7200.07258.1483.559.61
Hex7642EE324807102533c
Octal166102356621100740212374
Binary1110110100001011101110110010100100001111000000101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7642EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7642EE; }

 p { color: rgb(118,66,238); }

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

<style>
 a { background-color: #7642EE; }

 a { background-color: rgb(118,66,238); }

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

<style>
 span { border-color: #7642EE; }

 span { border-color: rgb(118,66,238); }

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