Html Css Color HEX #740DDB Blue Violet

📋 copy color: '#740DDB'

red 116 ◦ green 13 ◦ blue 219

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

Shades of Blue Violet #740DDB

Tints of Blue Violet #740DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

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

R = 33.33%
G = 3.74%
B = 62.93%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#740DDB (or 0x740DDB) is known color: Blue Violet. HEX triplet: 74, 0D and DB. RGB value is (116,13,219). Sum of RGB (Red+Green+Blue) = 116+13+219=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #740DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DDB is #8BF224. Grayscale: #424242. Windows color (decimal): -9171493 or 14355828. OLE color: 14355828.

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

Color convert

RGB 116 13 219 -
CMYK 0.47 0.94 0 0.14
HSL 270º 0.89% 0.45% -
HSV(B) 270º 0.94% 0.86% -
XYZ 20.13 9.12 67.72 -
YUV 67.28 213.62 162.75 -
System Red Green Blue C M Y K H S L
Decimal 116 13 219 0.47 0.94 0 0.14 270 0.89 0.45
Hex 74 D DB 2F 5E 0 E 10E 59 2D
Octal 164 15 333 57 136 0 16 416 131 55
Binary 1110100 1101 11011011 101111 1011110 0 1110 100001110 1011001 101101

Color Harmonies of #740DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DDB

Black with #740DDB

Text Example


Text Example

White with #740DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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