Html Css Color HEX #7742EC Blue Violet

📋 copy color: '#7742EC'

red 119 ◦ green 66 ◦ blue 236

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

Shades of Blue Violet #7742EC

Tints of Blue Violet #7742EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.68%

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

R = 28.27%
G = 15.68%
B = 56.06%

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

#7742EC (or 0x7742EC) is known color: Blue Violet. HEX triplet: 77, 42 and EC. RGB value is (119,66,236). Sum of RGB (Red+Green+Blue) = 119+66+236=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #7742EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7742EC is #88BD13. Grayscale: #646464. Windows color (decimal): -8961300 or 15483511. OLE color: 15483511.

HSL color Cylindrical-coordinate representation of color #7742EC: hue angle of 258.71º 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 #7742EC is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 66 236 -
CMYK 0.50 0.72 0 0.07
HSL 258.71º 0.82% 0.59% -
HSV(B) 258.71º 0.72% 0.93% -
XYZ 24.7 13.87 80.73 -
YUV 101.23 204.06 140.68 -
System Red Green Blue C M Y K H S L
Decimal 119 66 236 0.50 0.72 0 0.07 258.71 0.82 0.59
Hex 77 42 EC 32 48 0 7 103 52 3B
Octal 167 102 354 62 110 0 7 403 122 73
Binary 1110111 1000010 11101100 110010 1001000 0 111 100000011 1010010 111011

Color Harmonies of #7742EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7742EC

Black with #7742EC

Text Example


Text Example

White with #7742EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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