Html Css Color HEX #7741EA Blue Violet

📋 copy color: '#7741EA'

red 119 ◦ green 65 ◦ blue 234

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

Shades of Blue Violet #7741EA

Tints of Blue Violet #7741EA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.55%

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 28.47%
G = 15.55%
B = 55.98%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7741EA (or 0x7741EA) is known color: Blue Violet. HEX triplet: 77, 41 and EA. RGB value is (119,65,234). Sum of RGB (Red+Green+Blue) = 119+65+234=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #7741EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7741EA is #88BE15. Grayscale: #636363. Windows color (decimal): -8961558 or 15352183. OLE color: 15352183.

HSL color Cylindrical-coordinate representation of color #7741EA: hue angle of 259.17º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7741EA is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 65 234 -
CMYK 0.49 0.72 0 0.08
HSL 259.17º 0.8% 0.59% -
HSV(B) 259.17º 0.72% 0.92% -
XYZ 24.35 13.64 79.19 -
YUV 100.41 203.39 141.26 -
System Red Green Blue C M Y K H S L
Decimal 119 65 234 0.49 0.72 0 0.08 259.17 0.8 0.59
Hex 77 41 EA 31 48 0 8 103 50 3B
Octal 167 101 352 61 110 0 10 403 120 73
Binary 1110111 1000001 11101010 110001 1001000 0 1000 100000011 1010000 111011

Color Harmonies of #7741EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7741EA

Black with #7741EA

Text Example


Text Example

White with #7741EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7741EA; }

 p { color: rgb(119,65,234); }

 H1.HeaderClassName
 {
   color: #7741EA;
 }
 .AnyTagClassName
 {
   color: #7741EA;
 }
</style>

background-color css

<style>
 a { background-color: #7741EA; }

 a { background-color: rgb(119,65,234); }

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

border-color css

<style>
 span { border-color: #7741EA; }

 span { border-color: rgb(119,65,234); }

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