Html Css Color HEX #7740FB Blue Violet

📋 copy color: '#7740FB'

red 119 ◦ green 64 ◦ blue 251

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

Shades of Blue Violet #7740FB

Tints of Blue Violet #7740FB

RGB

 RED value IS 119 (46.88% from 255) = 27.42%

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

 BLUE value IS 251 (98.44% from 255) = 57.83%

R = 27.42%
G = 14.75%
B = 57.83%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7740FB (or 0x7740FB) is known color: Blue Violet. HEX triplet: 77, 40 and FB. RGB value is (119,64,251). Sum of RGB (Red+Green+Blue) = 119+64+251=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 251 (98.44% from 255 or 57.83% from 434); Max value from RGB is 251 - color contains mainly: blue. Hex color #7740FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7740FB is #88BF04. Grayscale: #656565. Windows color (decimal): -8961797 or 16466039. OLE color: 16466039.

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

Color convert

RGB 119 64 251 -
CMYK 0.53 0.75 0 0.02
HSL 257.65º 0.96% 0.62% -
HSV(B) 257.65º 0.75% 0.98% -
XYZ 26.85 14.55 92.66 -
YUV 101.76 212.22 140.29 -
System Red Green Blue C M Y K H S L
Decimal 119 64 251 0.53 0.75 0 0.02 257.65 0.96 0.62
Hex 77 40 FB 35 4B 0 2 102 60 3E
Octal 167 100 373 65 113 0 2 402 140 76
Binary 1110111 1000000 11111011 110101 1001011 0 10 100000010 1100000 111110

Color Harmonies of #7740FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740FB

Black with #7740FB

Text Example


Text Example

White with #7740FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7740FB; }

 p { color: rgb(119,64,251); }

 H1.HeaderClassName
 {
   color: #7740FB;
 }
 .AnyTagClassName
 {
   color: #7740FB;
 }
</style>

background-color css

<style>
 a { background-color: #7740FB; }

 a { background-color: rgb(119,64,251); }

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

border-color css

<style>
 span { border-color: #7740FB; }

 span { border-color: rgb(119,64,251); }

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