Html Css Color HEX #743BDF Blue Violet

📋 copy color: '#743BDF'

red 116 ◦ green 59 ◦ blue 223

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

Shades of Blue Violet #743BDF

Tints of Blue Violet #743BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.03%

R = 29.15%
G = 14.82%
B = 56.03%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#743BDF (or 0x743BDF) is known color: Blue Violet. HEX triplet: 74, 3B and DF. RGB value is (116,59,223). Sum of RGB (Red+Green+Blue) = 116+59+223=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #743BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BDF is #8BC420. Grayscale: #5E5E5E. Windows color (decimal): -9159713 or 14629748. OLE color: 14629748.

HSL color Cylindrical-coordinate representation of color #743BDF: hue angle of 260.85º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743BDF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 59 223 -
CMYK 0.48 0.74 0 0.13
HSL 260.85º 0.72% 0.55% -
HSV(B) 260.85º 0.74% 0.87% -
XYZ 22.09 12.17 71 -
YUV 94.74 200.38 143.16 -
System Red Green Blue C M Y K H S L
Decimal 116 59 223 0.48 0.74 0 0.13 260.85 0.72 0.55
Hex 74 3B DF 30 4A 0 D 105 48 37
Octal 164 73 337 60 112 0 15 405 110 67
Binary 1110100 111011 11011111 110000 1001010 0 1101 100000101 1001000 110111

Color Harmonies of #743BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BDF

Black with #743BDF

Text Example


Text Example

White with #743BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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