Html Css Color HEX #761BDB Blue Violet

📋 copy color: '#761BDB'

red 118 ◦ green 27 ◦ blue 219

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

Shades of Blue Violet #761BDB

Tints of Blue Violet #761BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.42%

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

R = 32.42%
G = 7.42%
B = 60.16%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#761BDB (or 0x761BDB) is known color: Blue Violet. HEX triplet: 76, 1B and DB. RGB value is (118,27,219). Sum of RGB (Red+Green+Blue) = 118+27+219=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 27 (10.94% from 255 or 7.42% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #761BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #761BDB is #89E424. Grayscale: #4B4B4B. Windows color (decimal): -9036837 or 14359414. OLE color: 14359414.

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

Color convert

RGB 118 27 219 -
CMYK 0.46 0.88 0 0.14
HSL 268.44º 0.78% 0.48% -
HSV(B) 268.44º 0.88% 0.86% -
XYZ 20.65 9.75 67.81 -
YUV 76.1 208.65 157.89 -
System Red Green Blue C M Y K H S L
Decimal 118 27 219 0.46 0.88 0 0.14 268.44 0.78 0.48
Hex 76 1B DB 2E 58 0 E 10C 4E 30
Octal 166 33 333 56 130 0 16 414 116 60
Binary 1110110 11011 11011011 101110 1011000 0 1110 100001100 1001110 110000

Color Harmonies of #761BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761BDB

Black with #761BDB

Text Example


Text Example

White with #761BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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