Html Css Color HEX #740BDB Dark Violet

📋 copy color: '#740BDB'

red 116 ◦ green 11 ◦ blue 219

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

Shades of Dark Violet #740BDB

Tints of Dark Violet #740BDB

RGB

 RED value IS 116 (45.7% from 255) = 33.53%

 GREEN value IS 11 (4.69% from 255) = 3.18%

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

R = 33.53%
G = 3.18%
B = 63.29%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#740BDB (or 0x740BDB) is known color: Dark Violet. HEX triplet: 74, 0B and DB. RGB value is (116,11,219). Sum of RGB (Red+Green+Blue) = 116+11+219=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #740BDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BDB is #8BF424. Grayscale: #414141. Windows color (decimal): -9172005 or 14355316. OLE color: 14355316.

HSL color Cylindrical-coordinate representation of color #740BDB: hue angle of 270.29º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BDB is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 11 219 -
CMYK 0.47 0.95 0 0.14
HSL 270.29º 0.9% 0.45% -
HSV(B) 270.29º 0.95% 0.86% -
XYZ 20.11 9.07 67.71 -
YUV 66.11 214.29 163.59 -
System Red Green Blue C M Y K H S L
Decimal 116 11 219 0.47 0.95 0 0.14 270.29 0.9 0.45
Hex 74 B DB 2F 5F 0 E 10E 5A 2D
Octal 164 13 333 57 137 0 16 416 132 55
Binary 1110100 1011 11011011 101111 1011111 0 1110 100001110 1011010 101101

Color Harmonies of #740BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740BDB

Black with #740BDB

Text Example


Text Example

White with #740BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,11,219); }

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

background-color css

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

 a { background-color: rgb(116,11,219); }

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

border-color css

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

 span { border-color: rgb(116,11,219); }

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