Html Css Color HEX #7616D7 Blue Violet

📋 copy color: '#7616D7'

red 118 ◦ green 22 ◦ blue 215

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

Shades of Blue Violet #7616D7

Tints of Blue Violet #7616D7

RGB

 RED value IS 118 (46.48% from 255) = 33.24%

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

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

R = 33.24%
G = 6.2%
B = 60.56%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7616D7 (or 0x7616D7) is known color: Blue Violet. HEX triplet: 76, 16 and D7. RGB value is (118,22,215). Sum of RGB (Red+Green+Blue) = 118+22+215=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 215 (84.38% from 255 or 60.56% from 355); Max value from RGB is 215 - color contains mainly: blue. Hex color #7616D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616D7 is #89E928. Grayscale: #484848. Windows color (decimal): -9038121 or 14095990. OLE color: 14095990.

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

Color convert

RGB 118 22 215 -
CMYK 0.45 0.90 0 0.16
HSL 269.84º 0.81% 0.46% -
HSV(B) 269.84º 0.9% 0.84% -
XYZ 20.02 9.33 65.04 -
YUV 72.71 208.3 160.31 -
System Red Green Blue C M Y K H S L
Decimal 118 22 215 0.45 0.90 0 0.16 269.84 0.81 0.46
Hex 76 16 D7 2D 5A 0 10 10E 51 2E
Octal 166 26 327 55 132 0 20 416 121 56
Binary 1110110 10110 11010111 101101 1011010 0 10000 100001110 1010001 101110

Color Harmonies of #7616D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616D7

Black with #7616D7

Text Example


Text Example

White with #7616D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,22,215); }

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

background-color css

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

 a { background-color: rgb(118,22,215); }

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

border-color css

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

 span { border-color: rgb(118,22,215); }

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