Html Css Color HEX #7716CF Blue Violet

📋 copy color: '#7716CF'

red 119 ◦ green 22 ◦ blue 207

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

Shades of Blue Violet #7716CF

Tints of Blue Violet #7716CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.32%

 BLUE value IS 207 (81.25% from 255) = 59.48%

R = 34.2%
G = 6.32%
B = 59.48%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7716CF (or 0x7716CF) is known color: Blue Violet. HEX triplet: 77, 16 and CF. RGB value is (119,22,207). Sum of RGB (Red+Green+Blue) = 119+22+207=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #7716CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716CF is #88E930. Grayscale: #474747. Windows color (decimal): -8972593 or 13571703. OLE color: 13571703.

HSL color Cylindrical-coordinate representation of color #7716CF: hue angle of 271.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7716CF is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 22 207 -
CMYK 0.43 0.89 0 0.19
HSL 271.46º 0.81% 0.45% -
HSV(B) 271.46º 0.89% 0.81% -
XYZ 19.16 9 59.76 -
YUV 72.09 204.14 161.46 -
System Red Green Blue C M Y K H S L
Decimal 119 22 207 0.43 0.89 0 0.19 271.46 0.81 0.45
Hex 77 16 CF 2B 59 0 13 10F 51 2D
Octal 167 26 317 53 131 0 23 417 121 55
Binary 1110111 10110 11001111 101011 1011001 0 10011 100001111 1010001 101101

Color Harmonies of #7716CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7716CF

Black with #7716CF

Text Example


Text Example

White with #7716CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7716CF; }

 p { color: rgb(119,22,207); }

 H1.HeaderClassName
 {
   color: #7716CF;
 }
 .AnyTagClassName
 {
   color: #7716CF;
 }
</style>

background-color css

<style>
 a { background-color: #7716CF; }

 a { background-color: rgb(119,22,207); }

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

border-color css

<style>
 span { border-color: #7716CF; }

 span { border-color: rgb(119,22,207); }

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