Html Css Color HEX #743BDD Blue Violet

📋 copy color: '#743BDD'

red 116 ◦ green 59 ◦ blue 221

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

Shades of Blue Violet #743BDD

Tints of Blue Violet #743BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.81%

R = 29.29%
G = 14.9%
B = 55.81%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#743BDD (or 0x743BDD) is known color: Blue Violet. HEX triplet: 74, 3B and DD. RGB value is (116,59,221). Sum of RGB (Red+Green+Blue) = 116+59+221=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #743BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BDD is #8BC422. Grayscale: #5D5D5D. Windows color (decimal): -9159715 or 14498676. OLE color: 14498676.

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

Color convert

RGB 116 59 221 -
CMYK 0.48 0.73 0 0.13
HSL 261.11º 0.7% 0.55% -
HSV(B) 261.11º 0.73% 0.87% -
XYZ 21.82 12.06 69.58 -
YUV 94.51 199.38 143.33 -
System Red Green Blue C M Y K H S L
Decimal 116 59 221 0.48 0.73 0 0.13 261.11 0.7 0.55
Hex 74 3B DD 30 49 0 D 105 46 37
Octal 164 73 335 60 111 0 15 405 106 67
Binary 1110100 111011 11011101 110000 1001001 0 1101 100000101 1000110 110111

Color Harmonies of #743BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BDD

Black with #743BDD

Text Example


Text Example

White with #743BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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