Html Css Color HEX #743DDB Blue Violet

📋 copy color: '#743DDB'

red 116 ◦ green 61 ◦ blue 219

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

Shades of Blue Violet #743DDB

Tints of Blue Violet #743DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

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

R = 29.29%
G = 15.4%
B = 55.3%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#743DDB (or 0x743DDB) is known color: Blue Violet. HEX triplet: 74, 3D and DB. RGB value is (116,61,219). Sum of RGB (Red+Green+Blue) = 116+61+219=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #743DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743DDB is #8BC224. Grayscale: #5E5E5E. Windows color (decimal): -9159205 or 14368116. OLE color: 14368116.

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

Color convert

RGB 116 61 219 -
CMYK 0.47 0.72 0 0.14
HSL 260.89º 0.69% 0.55% -
HSV(B) 260.89º 0.72% 0.86% -
XYZ 21.66 12.16 68.22 -
YUV 95.46 197.72 142.65 -
System Red Green Blue C M Y K H S L
Decimal 116 61 219 0.47 0.72 0 0.14 260.89 0.69 0.55
Hex 74 3D DB 2F 48 0 E 105 45 37
Octal 164 75 333 57 110 0 16 405 105 67
Binary 1110100 111101 11011011 101111 1001000 0 1110 100000101 1000101 110111

Color Harmonies of #743DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DDB

Black with #743DDB

Text Example


Text Example

White with #743DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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