Html Css Color HEX #7740FA Blue Violet

📋 copy color: '#7740FA'

red 119 ◦ green 64 ◦ blue 250

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

Shades of Blue Violet #7740FA

Tints of Blue Violet #7740FA

RGB

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

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

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

R = 27.48%
G = 14.78%
B = 57.74%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7740FA (or 0x7740FA) is known color: Blue Violet. HEX triplet: 77, 40 and FA. RGB value is (119,64,250). Sum of RGB (Red+Green+Blue) = 119+64+250=433 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.48% from 433); Green value is 64 (25.39% from 255 or 14.78% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #7740FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7740FA is #88BF05. Grayscale: #646464. Windows color (decimal): -8961798 or 16400503. OLE color: 16400503.

HSL color Cylindrical-coordinate representation of color #7740FA: hue angle of 257.74º 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 #7740FA is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 64 250 -
CMYK 0.52 0.74 0 0.02
HSL 257.74º 0.95% 0.62% -
HSV(B) 257.74º 0.74% 0.98% -
XYZ 26.7 14.49 91.83 -
YUV 101.65 211.72 140.38 -
System Red Green Blue C M Y K H S L
Decimal 119 64 250 0.52 0.74 0 0.02 257.74 0.95 0.62
Hex 77 40 FA 34 4A 0 2 102 5F 3E
Octal 167 100 372 64 112 0 2 402 137 76
Binary 1110111 1000000 11111010 110100 1001010 0 10 100000010 1011111 111110

Color Harmonies of #7740FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7740FA

Black with #7740FA

Text Example


Text Example

White with #7740FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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