Html Css Color HEX #761AD6 Blue Violet

📋 copy color: '#761AD6'

red 118 ◦ green 26 ◦ blue 214

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

Shades of Blue Violet #761AD6

Tints of Blue Violet #761AD6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.26%

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 32.96%
G = 7.26%
B = 59.78%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#761AD6 (or 0x761AD6) is known color: Blue Violet. HEX triplet: 76, 1A and D6. RGB value is (118,26,214). Sum of RGB (Red+Green+Blue) = 118+26+214=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #761AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761AD6 is #89E529. Grayscale: #4A4A4A. Windows color (decimal): -9037098 or 14031478. OLE color: 14031478.

HSL color Cylindrical-coordinate representation of color #761AD6: hue angle of 269.36º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #761AD6 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 26 214 -
CMYK 0.45 0.88 0 0.16
HSL 269.36º 0.78% 0.47% -
HSV(B) 269.36º 0.88% 0.84% -
XYZ 19.98 9.45 64.39 -
YUV 74.94 206.48 158.71 -
System Red Green Blue C M Y K H S L
Decimal 118 26 214 0.45 0.88 0 0.16 269.36 0.78 0.47
Hex 76 1A D6 2D 58 0 10 10D 4E 2F
Octal 166 32 326 55 130 0 20 415 116 57
Binary 1110110 11010 11010110 101101 1011000 0 10000 100001101 1001110 101111

Color Harmonies of #761AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761AD6

Black with #761AD6

Text Example


Text Example

White with #761AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761AD6; }

 p { color: rgb(118,26,214); }

 H1.HeaderClassName
 {
   color: #761AD6;
 }
 .AnyTagClassName
 {
   color: #761AD6;
 }
</style>

background-color css

<style>
 a { background-color: #761AD6; }

 a { background-color: rgb(118,26,214); }

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

border-color css

<style>
 span { border-color: #761AD6; }

 span { border-color: rgb(118,26,214); }

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