Html Css Color HEX #7736DD Blue Violet

📋 copy color: '#7736DD'

red 119 ◦ green 54 ◦ blue 221

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

Shades of Blue Violet #7736DD

Tints of Blue Violet #7736DD

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.71%

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

R = 30.2%
G = 13.71%
B = 56.09%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7736DD (or 0x7736DD) is known color: Blue Violet. HEX triplet: 77, 36 and DD. RGB value is (119,54,221). Sum of RGB (Red+Green+Blue) = 119+54+221=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #7736DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7736DD is #88C922. Grayscale: #5B5B5B. Windows color (decimal): -8964387 or 14497399. OLE color: 14497399.

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

Color convert

RGB 119 54 221 -
CMYK 0.46 0.76 0 0.13
HSL 263.35º 0.71% 0.54% -
HSV(B) 263.35º 0.76% 0.87% -
XYZ 21.98 11.78 69.52 -
YUV 92.47 200.53 146.92 -
System Red Green Blue C M Y K H S L
Decimal 119 54 221 0.46 0.76 0 0.13 263.35 0.71 0.54
Hex 77 36 DD 2E 4C 0 D 107 47 36
Octal 167 66 335 56 114 0 15 407 107 66
Binary 1110111 110110 11011101 101110 1001100 0 1101 100000111 1000111 110110

Color Harmonies of #7736DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7736DD

Black with #7736DD

Text Example


Text Example

White with #7736DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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