Html Css Color HEX #7710D7 Blue Violet

📋 copy color: '#7710D7'

red 119 ◦ green 16 ◦ blue 215

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

Shades of Blue Violet #7710D7

Tints of Blue Violet #7710D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 61.43%

R = 34%
G = 4.57%
B = 61.43%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7710D7 (or 0x7710D7) is known color: Blue Violet. HEX triplet: 77, 10 and D7. RGB value is (119,16,215). Sum of RGB (Red+Green+Blue) = 119+16+215=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 215 (84.38% from 255 or 61.43% from 350); Max value from RGB is 215 - color contains mainly: blue. Hex color #7710D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7710D7 is #88EF28. Grayscale: #444444. Windows color (decimal): -8974121 or 14094455. OLE color: 14094455.

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

Color convert

RGB 119 16 215 -
CMYK 0.45 0.93 0 0.16
HSL 271.06º 0.86% 0.45% -
HSV(B) 271.06º 0.93% 0.84% -
XYZ 20.06 9.2 65.01 -
YUV 69.48 210.12 163.32 -
System Red Green Blue C M Y K H S L
Decimal 119 16 215 0.45 0.93 0 0.16 271.06 0.86 0.45
Hex 77 10 D7 2D 5D 0 10 10F 56 2D
Octal 167 20 327 55 135 0 20 417 126 55
Binary 1110111 10000 11010111 101101 1011101 0 10000 100001111 1010110 101101

Color Harmonies of #7710D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7710D7

Black with #7710D7

Text Example


Text Example

White with #7710D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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