Html Css Color HEX #761AF0 Blue Violet

📋 copy color: '#761AF0'

red 118 ◦ green 26 ◦ blue 240

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

Shades of Blue Violet #761AF0

Tints of Blue Violet #761AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 62.5%

R = 30.73%
G = 6.77%
B = 62.5%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#761AF0 (or 0x761AF0) is known color: Blue Violet. HEX triplet: 76, 1A and F0. RGB value is (118,26,240). Sum of RGB (Red+Green+Blue) = 118+26+240=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 240 (94.14% from 255 or 62.5% from 384); Max value from RGB is 240 - color contains mainly: blue. Hex color #761AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #761AF0 is #89E50F. Grayscale: #4D4D4D. Windows color (decimal): -9037072 or 15735414. OLE color: 15735414.

HSL color Cylindrical-coordinate representation of color #761AF0: hue angle of 265.79º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #761AF0 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 26 240 -
CMYK 0.51 0.89 0 0.06
HSL 265.79º 0.88% 0.52% -
HSV(B) 265.79º 0.89% 0.94% -
XYZ 23.57 10.88 83.3 -
YUV 77.9 219.48 156.6 -
System Red Green Blue C M Y K H S L
Decimal 118 26 240 0.51 0.89 0 0.06 265.79 0.88 0.52
Hex 76 1A F0 33 59 0 6 10A 58 34
Octal 166 32 360 63 131 0 6 412 130 64
Binary 1110110 11010 11110000 110011 1011001 0 110 100001010 1011000 110100

Color Harmonies of #761AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761AF0

Black with #761AF0

Text Example


Text Example

White with #761AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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