Html Css Color HEX #7741EC Blue Violet

📋 copy color: '#7741EC'

red 119 ◦ green 65 ◦ blue 236

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

Shades of Blue Violet #7741EC

Tints of Blue Violet #7741EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.19%

R = 28.33%
G = 15.48%
B = 56.19%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7741EC (or 0x7741EC) is known color: Blue Violet. HEX triplet: 77, 41 and EC. RGB value is (119,65,236). Sum of RGB (Red+Green+Blue) = 119+65+236=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #7741EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7741EC is #88BE13. Grayscale: #646464. Windows color (decimal): -8961556 or 15483255. OLE color: 15483255.

HSL color Cylindrical-coordinate representation of color #7741EC: hue angle of 258.95º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7741EC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 65 236 -
CMYK 0.50 0.72 0 0.07
HSL 258.95º 0.82% 0.59% -
HSV(B) 258.95º 0.72% 0.93% -
XYZ 24.64 13.76 80.71 -
YUV 100.64 204.39 141.1 -
System Red Green Blue C M Y K H S L
Decimal 119 65 236 0.50 0.72 0 0.07 258.95 0.82 0.59
Hex 77 41 EC 32 48 0 7 103 52 3B
Octal 167 101 354 62 110 0 7 403 122 73
Binary 1110111 1000001 11101100 110010 1001000 0 111 100000011 1010010 111011

Color Harmonies of #7741EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7741EC

Black with #7741EC

Text Example


Text Example

White with #7741EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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