Html Css Color HEX #743BDA Blue Violet

📋 copy color: '#743BDA'

red 116 ◦ green 59 ◦ blue 218

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

Shades of Blue Violet #743BDA

Tints of Blue Violet #743BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.47%

R = 29.52%
G = 15.01%
B = 55.47%

CMYK

 C value IS 0.47

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#743BDA (or 0x743BDA) is known color: Blue Violet. HEX triplet: 74, 3B and DA. RGB value is (116,59,218). Sum of RGB (Red+Green+Blue) = 116+59+218=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #743BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BDA is #8BC425. Grayscale: #5D5D5D. Windows color (decimal): -9159718 or 14302068. OLE color: 14302068.

HSL color Cylindrical-coordinate representation of color #743BDA: hue angle of 261.51º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743BDA is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 59 218 -
CMYK 0.47 0.73 0 0.15
HSL 261.51º 0.68% 0.54% -
HSV(B) 261.51º 0.73% 0.85% -
XYZ 21.42 11.9 67.5 -
YUV 94.17 197.88 143.57 -
System Red Green Blue C M Y K H S L
Decimal 116 59 218 0.47 0.73 0 0.15 261.51 0.68 0.54
Hex 74 3B DA 2F 49 0 F 106 44 36
Octal 164 73 332 57 111 0 17 406 104 66
Binary 1110100 111011 11011010 101111 1001001 0 1111 100000110 1000100 110110

Color Harmonies of #743BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BDA

Black with #743BDA

Text Example


Text Example

White with #743BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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