Html Css Color HEX #743ADB Blue Violet

📋 copy color: '#743ADB'

red 116 ◦ green 58 ◦ blue 219

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

Shades of Blue Violet #743ADB

Tints of Blue Violet #743ADB

RGB

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

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

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

R = 29.52%
G = 14.76%
B = 55.73%

CMYK

 C value IS 0.47

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#743ADB (or 0x743ADB) is known color: Blue Violet. HEX triplet: 74, 3A and DB. RGB value is (116,58,219). Sum of RGB (Red+Green+Blue) = 116+58+219=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #743ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ADB is #8BC524. Grayscale: #5D5D5D. Windows color (decimal): -9159973 or 14367348. OLE color: 14367348.

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

Color convert

RGB 116 58 219 -
CMYK 0.47 0.74 0 0.14
HSL 261.61º 0.69% 0.54% -
HSV(B) 261.61º 0.74% 0.86% -
XYZ 21.5 11.85 68.17 -
YUV 93.7 198.72 143.91 -
System Red Green Blue C M Y K H S L
Decimal 116 58 219 0.47 0.74 0 0.14 261.61 0.69 0.54
Hex 74 3A DB 2F 4A 0 E 106 45 36
Octal 164 72 333 57 112 0 16 406 105 66
Binary 1110100 111010 11011011 101111 1001010 0 1110 100000110 1000101 110110

Color Harmonies of #743ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ADB

Black with #743ADB

Text Example


Text Example

White with #743ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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