Html Css Color HEX #760EDB Blue Violet

📋 copy color: '#760EDB'

red 118 ◦ green 14 ◦ blue 219

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

Shades of Blue Violet #760EDB

Tints of Blue Violet #760EDB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.99%

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

R = 33.62%
G = 3.99%
B = 62.39%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#760EDB (or 0x760EDB) is known color: Blue Violet. HEX triplet: 76, 0E and DB. RGB value is (118,14,219). Sum of RGB (Red+Green+Blue) = 118+14+219=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #760EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760EDB is #89F124. Grayscale: #434343. Windows color (decimal): -9040165 or 14356086. OLE color: 14356086.

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

Color convert

RGB 118 14 219 -
CMYK 0.46 0.94 0 0.14
HSL 270.44º 0.88% 0.46% -
HSV(B) 270.44º 0.94% 0.86% -
XYZ 20.41 9.28 67.73 -
YUV 68.47 212.96 163.33 -
System Red Green Blue C M Y K H S L
Decimal 118 14 219 0.46 0.94 0 0.14 270.44 0.88 0.46
Hex 76 E DB 2E 5E 0 E 10E 58 2E
Octal 166 16 333 56 136 0 16 416 130 56
Binary 1110110 1110 11011011 101110 1011110 0 1110 100001110 1011000 101110

Color Harmonies of #760EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760EDB

Black with #760EDB

Text Example


Text Example

White with #760EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760EDB; }

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

 H1.HeaderClassName
 {
   color: #760EDB;
 }
 .AnyTagClassName
 {
   color: #760EDB;
 }
</style>

background-color css

<style>
 a { background-color: #760EDB; }

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

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

border-color css

<style>
 span { border-color: #760EDB; }

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

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