Html Css Color HEX #743BDB Blue Violet

📋 copy color: '#743BDB'

red 116 ◦ green 59 ◦ blue 219

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

Shades of Blue Violet #743BDB

Tints of Blue Violet #743BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.97%

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

R = 29.44%
G = 14.97%
B = 55.58%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#743BDB (or 0x743BDB) is known color: Blue Violet. HEX triplet: 74, 3B and DB. RGB value is (116,59,219). Sum of RGB (Red+Green+Blue) = 116+59+219=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 59 (23.44% from 255 or 14.97% from 394); Blue value is 219 (85.94% from 255 or 55.58% from 394); Max value from RGB is 219 - color contains mainly: blue. Hex color #743BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BDB is #8BC424. Grayscale: #5D5D5D. Windows color (decimal): -9159717 or 14367604. OLE color: 14367604.

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

Color convert

RGB 116 59 219 -
CMYK 0.47 0.73 0 0.14
HSL 261.38º 0.69% 0.55% -
HSV(B) 261.38º 0.73% 0.86% -
XYZ 21.55 11.96 68.19 -
YUV 94.28 198.38 143.49 -
System Red Green Blue C M Y K H S L
Decimal 116 59 219 0.47 0.73 0 0.14 261.38 0.69 0.55
Hex 74 3B DB 2F 49 0 E 105 45 37
Octal 164 73 333 57 111 0 16 405 105 67
Binary 1110100 111011 11011011 101111 1001001 0 1110 100000101 1000101 110111

Color Harmonies of #743BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BDB

Black with #743BDB

Text Example


Text Example

White with #743BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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