Html Css Color HEX #7738EF Blue Violet

📋 copy color: '#7738EF'

red 119 ◦ green 56 ◦ blue 239

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

Shades of Blue Violet #7738EF

Tints of Blue Violet #7738EF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.53%

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

R = 28.74%
G = 13.53%
B = 57.73%

CMYK

 C value IS 0.50

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7738EF (or 0x7738EF) is known color: Blue Violet. HEX triplet: 77, 38 and EF. RGB value is (119,56,239). Sum of RGB (Red+Green+Blue) = 119+56+239=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 239 (93.75% from 255 or 57.73% from 414); Max value from RGB is 239 - color contains mainly: blue. Hex color #7738EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7738EF is #88C710. Grayscale: #5F5F5F. Windows color (decimal): -8963857 or 15677559. OLE color: 15677559.

HSL color Cylindrical-coordinate representation of color #7738EF: hue angle of 260.66º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7738EF is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 56 239 -
CMYK 0.50 0.77 0 0.06
HSL 260.66º 0.85% 0.58% -
HSV(B) 260.66º 0.77% 0.94% -
XYZ 24.6 12.98 82.87 -
YUV 95.7 208.87 144.62 -
System Red Green Blue C M Y K H S L
Decimal 119 56 239 0.50 0.77 0 0.06 260.66 0.85 0.58
Hex 77 38 EF 32 4D 0 6 105 55 3A
Octal 167 70 357 62 115 0 6 405 125 72
Binary 1110111 111000 11101111 110010 1001101 0 110 100000101 1010101 111010

Color Harmonies of #7738EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7738EF

Black with #7738EF

Text Example


Text Example

White with #7738EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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