Html Css Color HEX #7640FA Blue Violet

📋 copy color: '#7640FA'

red 118 ◦ green 64 ◦ blue 250

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

Shades of Blue Violet #7640FA

Tints of Blue Violet #7640FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 27.31%
G = 14.81%
B = 57.87%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7640FA (or 0x7640FA) is known color: Blue Violet. HEX triplet: 76, 40 and FA. RGB value is (118,64,250). Sum of RGB (Red+Green+Blue) = 118+64+250=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #7640FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7640FA is #89BF05. Grayscale: #646464. Windows color (decimal): -9027334 or 16400502. OLE color: 16400502.

HSL color Cylindrical-coordinate representation of color #7640FA: hue angle of 257.42º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7640FA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 64 250 -
CMYK 0.53 0.74 0 0.02
HSL 257.42º 0.95% 0.62% -
HSV(B) 257.42º 0.74% 0.98% -
XYZ 26.56 14.42 91.83 -
YUV 101.35 211.89 139.88 -
System Red Green Blue C M Y K H S L
Decimal 118 64 250 0.53 0.74 0 0.02 257.42 0.95 0.62
Hex 76 40 FA 35 4A 0 2 101 5F 3E
Octal 166 100 372 65 112 0 2 401 137 76
Binary 1110110 1000000 11111010 110101 1001010 0 10 100000001 1011111 111110

Color Harmonies of #7640FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640FA

Black with #7640FA

Text Example


Text Example

White with #7640FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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