Html Css Color HEX #743ADD Blue Violet

📋 copy color: '#743ADD'

red 116 ◦ green 58 ◦ blue 221

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

Shades of Blue Violet #743ADD

Tints of Blue Violet #743ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.68%

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

R = 29.37%
G = 14.68%
B = 55.95%

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

#743ADD (or 0x743ADD) is known color: Blue Violet. HEX triplet: 74, 3A and DD. RGB value is (116,58,221). Sum of RGB (Red+Green+Blue) = 116+58+221=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #743ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ADD is #8BC522. Grayscale: #5D5D5D. Windows color (decimal): -9159971 or 14498420. OLE color: 14498420.

HSL color Cylindrical-coordinate representation of color #743ADD: hue angle of 261.35º degrees, saturation: 0.71, 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 #743ADD is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 58 221 -
CMYK 0.48 0.74 0 0.13
HSL 261.35º 0.71% 0.55% -
HSV(B) 261.35º 0.74% 0.87% -
XYZ 21.77 11.96 69.57 -
YUV 93.92 199.72 143.75 -
System Red Green Blue C M Y K H S L
Decimal 116 58 221 0.48 0.74 0 0.13 261.35 0.71 0.55
Hex 74 3A DD 30 4A 0 D 105 47 37
Octal 164 72 335 60 112 0 15 405 107 67
Binary 1110100 111010 11011101 110000 1001010 0 1101 100000101 1000111 110111

Color Harmonies of #743ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ADD

Black with #743ADD

Text Example


Text Example

White with #743ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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