Html Css Color HEX #7710DD Blue Violet

📋 copy color: '#7710DD'

red 119 ◦ green 16 ◦ blue 221

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

Shades of Blue Violet #7710DD

Tints of Blue Violet #7710DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.49%

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

R = 33.43%
G = 4.49%
B = 62.08%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7710DD (or 0x7710DD) is known color: Blue Violet. HEX triplet: 77, 10 and DD. RGB value is (119,16,221). Sum of RGB (Red+Green+Blue) = 119+16+221=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #7710DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710DD is #88EF22. Grayscale: #454545. Windows color (decimal): -8974115 or 14487671. OLE color: 14487671.

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

Color convert

RGB 119 16 221 -
CMYK 0.46 0.93 0 0.13
HSL 270.15º 0.86% 0.46% -
HSV(B) 270.15º 0.93% 0.87% -
XYZ 20.84 9.51 69.14 -
YUV 70.17 213.12 162.83 -
System Red Green Blue C M Y K H S L
Decimal 119 16 221 0.46 0.93 0 0.13 270.15 0.86 0.46
Hex 77 10 DD 2E 5D 0 D 10E 56 2E
Octal 167 20 335 56 135 0 15 416 126 56
Binary 1110111 10000 11011101 101110 1011101 0 1101 100001110 1010110 101110

Color Harmonies of #7710DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710DD

Black with #7710DD

Text Example


Text Example

White with #7710DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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