Html Css Color HEX #7730EF Blue Violet

📋 copy color: '#7730EF'

red 119 ◦ green 48 ◦ blue 239

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

Shades of Blue Violet #7730EF

Tints of Blue Violet #7730EF

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.82%

 BLUE value IS 239 (93.75% from 255) = 58.87%

R = 29.31%
G = 11.82%
B = 58.87%

CMYK

 C value IS 0.50

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7730EF (or 0x7730EF) is known color: Blue Violet. HEX triplet: 77, 30 and EF. RGB value is (119,48,239). Sum of RGB (Red+Green+Blue) = 119+48+239=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 239 (93.75% from 255 or 58.87% from 406); Max value from RGB is 239 - color contains mainly: blue. Hex color #7730EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7730EF is #88CF10. Grayscale: #5A5A5A. Windows color (decimal): -8965905 or 15675511. OLE color: 15675511.

HSL color Cylindrical-coordinate representation of color #7730EF: hue angle of 262.3º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7730EF is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 48 239 -
CMYK 0.50 0.80 0 0.06
HSL 262.3º 0.86% 0.56% -
HSV(B) 262.3º 0.8% 0.94% -
XYZ 24.24 12.27 82.75 -
YUV 91 211.52 147.97 -
System Red Green Blue C M Y K H S L
Decimal 119 48 239 0.50 0.80 0 0.06 262.3 0.86 0.56
Hex 77 30 EF 32 50 0 6 106 56 38
Octal 167 60 357 62 120 0 6 406 126 70
Binary 1110111 110000 11101111 110010 1010000 0 110 100000110 1010110 111000

Color Harmonies of #7730EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7730EF

Black with #7730EF

Text Example


Text Example

White with #7730EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7730EF; }

 p { color: rgb(119,48,239); }

 H1.HeaderClassName
 {
   color: #7730EF;
 }
 .AnyTagClassName
 {
   color: #7730EF;
 }
</style>

background-color css

<style>
 a { background-color: #7730EF; }

 a { background-color: rgb(119,48,239); }

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

border-color css

<style>
 span { border-color: #7730EF; }

 span { border-color: rgb(119,48,239); }

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