Html Css Color HEX #7737DC Blue Violet

📋 copy color: '#7737DC'

red 119 ◦ green 55 ◦ blue 220

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

Shades of Blue Violet #7737DC

Tints of Blue Violet #7737DC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.96%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 30.2%
G = 13.96%
B = 55.84%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7737DC (or 0x7737DC) is known color: Blue Violet. HEX triplet: 77, 37 and DC. RGB value is (119,55,220). Sum of RGB (Red+Green+Blue) = 119+55+220=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #7737DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7737DC is #88C823. Grayscale: #5C5C5C. Windows color (decimal): -8964132 or 14432119. OLE color: 14432119.

HSL color Cylindrical-coordinate representation of color #7737DC: hue angle of 263.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7737DC is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 55 220 -
CMYK 0.46 0.75 0 0.14
HSL 263.27º 0.7% 0.54% -
HSV(B) 263.27º 0.75% 0.86% -
XYZ 21.89 11.82 68.84 -
YUV 92.95 199.7 146.58 -
System Red Green Blue C M Y K H S L
Decimal 119 55 220 0.46 0.75 0 0.14 263.27 0.7 0.54
Hex 77 37 DC 2E 4B 0 E 107 46 36
Octal 167 67 334 56 113 0 16 407 106 66
Binary 1110111 110111 11011100 101110 1001011 0 1110 100000111 1000110 110110

Color Harmonies of #7737DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7737DC

Black with #7737DC

Text Example


Text Example

White with #7737DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7737DC; }

 p { color: rgb(119,55,220); }

 H1.HeaderClassName
 {
   color: #7737DC;
 }
 .AnyTagClassName
 {
   color: #7737DC;
 }
</style>

background-color css

<style>
 a { background-color: #7737DC; }

 a { background-color: rgb(119,55,220); }

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

border-color css

<style>
 span { border-color: #7737DC; }

 span { border-color: rgb(119,55,220); }

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