Html Css Color HEX #7616DF Blue Violet

📋 copy color: '#7616DF'

red 118 ◦ green 22 ◦ blue 223

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

Shades of Blue Violet #7616DF

Tints of Blue Violet #7616DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.43%

R = 32.51%
G = 6.06%
B = 61.43%

CMYK

 C value IS 0.47

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7616DF (or 0x7616DF) is known color: Blue Violet. HEX triplet: 76, 16 and DF. RGB value is (118,22,223). Sum of RGB (Red+Green+Blue) = 118+22+223=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #7616DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7616DF is #89E920. Grayscale: #484848. Windows color (decimal): -9038113 or 14620278. OLE color: 14620278.

HSL color Cylindrical-coordinate representation of color #7616DF: hue angle of 268.66º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7616DF is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 22 223 -
CMYK 0.47 0.90 0 0.13
HSL 268.66º 0.82% 0.48% -
HSV(B) 268.66º 0.9% 0.87% -
XYZ 21.08 9.75 70.58 -
YUV 73.62 212.3 159.66 -
System Red Green Blue C M Y K H S L
Decimal 118 22 223 0.47 0.90 0 0.13 268.66 0.82 0.48
Hex 76 16 DF 2F 5A 0 D 10D 52 30
Octal 166 26 337 57 132 0 15 415 122 60
Binary 1110110 10110 11011111 101111 1011010 0 1101 100001101 1010010 110000

Color Harmonies of #7616DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7616DF

Black with #7616DF

Text Example


Text Example

White with #7616DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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