Html Css Color HEX #743FDB Blue Violet

📋 copy color: '#743FDB'

red 116 ◦ green 63 ◦ blue 219

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

Shades of Blue Violet #743FDB

Tints of Blue Violet #743FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 15.83%

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

R = 29.15%
G = 15.83%
B = 55.03%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#743FDB (or 0x743FDB) is known color: Blue Violet. HEX triplet: 74, 3F and DB. RGB value is (116,63,219). Sum of RGB (Red+Green+Blue) = 116+63+219=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #743FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FDB is #8BC024. Grayscale: #606060. Windows color (decimal): -9158693 or 14368628. OLE color: 14368628.

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

Color convert

RGB 116 63 219 -
CMYK 0.47 0.71 0 0.14
HSL 260.38º 0.68% 0.55% -
HSV(B) 260.38º 0.71% 0.86% -
XYZ 21.77 12.38 68.26 -
YUV 96.63 197.06 141.82 -
System Red Green Blue C M Y K H S L
Decimal 116 63 219 0.47 0.71 0 0.14 260.38 0.68 0.55
Hex 74 3F DB 2F 47 0 E 104 44 37
Octal 164 77 333 57 107 0 16 404 104 67
Binary 1110100 111111 11011011 101111 1000111 0 1110 100000100 1000100 110111

Color Harmonies of #743FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FDB

Black with #743FDB

Text Example


Text Example

White with #743FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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