Html Css Color HEX #7737DD Blue Violet

📋 copy color: '#7737DD'

red 119 ◦ green 55 ◦ blue 221

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

Shades of Blue Violet #7737DD

Tints of Blue Violet #7737DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 30.13%
G = 13.92%
B = 55.95%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7737DD (or 0x7737DD) is known color: Blue Violet. HEX triplet: 77, 37 and DD. RGB value is (119,55,221). Sum of RGB (Red+Green+Blue) = 119+55+221=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #7737DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7737DD is #88C822. Grayscale: #5C5C5C. Windows color (decimal): -8964131 or 14497655. OLE color: 14497655.

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

Color convert

RGB 119 55 221 -
CMYK 0.46 0.75 0 0.13
HSL 263.13º 0.71% 0.54% -
HSV(B) 263.13º 0.75% 0.87% -
XYZ 22.03 11.87 69.54 -
YUV 93.06 200.2 146.5 -
System Red Green Blue C M Y K H S L
Decimal 119 55 221 0.46 0.75 0 0.13 263.13 0.71 0.54
Hex 77 37 DD 2E 4B 0 D 107 47 36
Octal 167 67 335 56 113 0 15 407 107 66
Binary 1110111 110111 11011101 101110 1001011 0 1101 100000111 1000111 110110

Color Harmonies of #7737DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7737DD

Black with #7737DD

Text Example


Text Example

White with #7737DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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