Html Css Color HEX #7640FE Blue Violet

📋 copy color: '#7640FE'

red 118 ◦ green 64 ◦ blue 254

#7640FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7640FE

Tints of Blue Violet #7640FE

RGB

 RED value IS 118 (46.48% from 255) = 27.06%

 GREEN value IS 64 (25.39% from 255) = 14.68%

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 27.06%
G = 14.68%
B = 58.26%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7640FE (or 0x7640FE) is known color: Blue Violet. HEX triplet: 76, 40 and FE. RGB value is (118,64,254). Sum of RGB (Red+Green+Blue) = 118+64+254=436 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.06% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #7640FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7640FE is #89BF01. Grayscale: #656565. Windows color (decimal): -9027330 or 16662646. OLE color: 16662646.

HSL color Cylindrical-coordinate representation of color #7640FE: hue angle of 257.05º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7640FE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 64 254 -
CMYK 0.54 0.75 0 0.00
HSL 257.05º 0.99% 0.62% -
HSV(B) 257.05º 0.75% 1% -
XYZ 27.19 14.67 95.17 -
YUV 101.81 213.89 139.55 -
System Red Green Blue C M Y K H S L
Decimal 118 64 254 0.54 0.75 0 0.00 257.05 0.99 0.62
Hex 76 40 FE 36 4B 0 0 101 63 3E
Octal 166 100 376 66 113 0 0 401 143 76
Binary 1110110 1000000 11111110 110110 1001011 0 0 100000001 1100011 111110

Color Harmonies of #7640FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640FE

Black with #7640FE

Text Example


Text Example

White with #7640FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7640FE; }

 p { color: rgb(118,64,254); }

 H1.HeaderClassName
 {
   color: #7640FE;
 }
 .AnyTagClassName
 {
   color: #7640FE;
 }
</style>

background-color css

<style>
 a { background-color: #7640FE; }

 a { background-color: rgb(118,64,254); }

 div.DivClassName
 {
   background-color: #7640FE;
 }
 .BgClassName
 {
   background-color: #7640FE;
 }
</style>

border-color css

<style>
 span { border-color: #7640FE; }

 span { border-color: rgb(118,64,254); }

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