Html Css Color HEX #761FDB Blue Violet

📋 copy color: '#761FDB'

red 118 ◦ green 31 ◦ blue 219

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

Shades of Blue Violet #761FDB

Tints of Blue Violet #761FDB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.42%

 BLUE value IS 219 (85.94% from 255) = 59.51%

R = 32.07%
G = 8.42%
B = 59.51%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#761FDB (or 0x761FDB) is known color: Blue Violet. HEX triplet: 76, 1F and DB. RGB value is (118,31,219). Sum of RGB (Red+Green+Blue) = 118+31+219=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 31 (12.5% from 255 or 8.42% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #761FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761FDB is #89E024. Grayscale: #4D4D4D. Windows color (decimal): -9035813 or 14360438. OLE color: 14360438.

HSL color Cylindrical-coordinate representation of color #761FDB: hue angle of 267.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761FDB is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 31 219 -
CMYK 0.46 0.86 0 0.14
HSL 267.77º 0.75% 0.49% -
HSV(B) 267.77º 0.86% 0.86% -
XYZ 20.75 9.95 67.84 -
YUV 78.45 207.32 156.21 -
System Red Green Blue C M Y K H S L
Decimal 118 31 219 0.46 0.86 0 0.14 267.77 0.75 0.49
Hex 76 1F DB 2E 56 0 E 10C 4B 31
Octal 166 37 333 56 126 0 16 414 113 61
Binary 1110110 11111 11011011 101110 1010110 0 1110 100001100 1001011 110001

Color Harmonies of #761FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761FDB

Black with #761FDB

Text Example


Text Example

White with #761FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,31,219); }

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

background-color css

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

 a { background-color: rgb(118,31,219); }

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

border-color css

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

 span { border-color: rgb(118,31,219); }

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