Html Css Color HEX #743ADF Blue Violet

📋 copy color: '#743ADF'

red 116 ◦ green 58 ◦ blue 223

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

Shades of Blue Violet #743ADF

Tints of Blue Violet #743ADF

RGB

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

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

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

R = 29.22%
G = 14.61%
B = 56.17%

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

#743ADF (or 0x743ADF) is known color: Blue Violet. HEX triplet: 74, 3A and DF. RGB value is (116,58,223). Sum of RGB (Red+Green+Blue) = 116+58+223=397 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.22% from 397); Green value is 58 (23.05% from 255 or 14.61% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #743ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743ADF is #8BC520. Grayscale: #5D5D5D. Windows color (decimal): -9159969 or 14629492. OLE color: 14629492.

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

Color convert

RGB 116 58 223 -
CMYK 0.48 0.74 0 0.13
HSL 261.09º 0.72% 0.55% -
HSV(B) 261.09º 0.74% 0.87% -
XYZ 22.03 12.07 70.98 -
YUV 94.15 200.72 143.58 -
System Red Green Blue C M Y K H S L
Decimal 116 58 223 0.48 0.74 0 0.13 261.09 0.72 0.55
Hex 74 3A DF 30 4A 0 D 105 48 37
Octal 164 72 337 60 112 0 15 405 110 67
Binary 1110100 111010 11011111 110000 1001010 0 1101 100000101 1001000 110111

Color Harmonies of #743ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743ADF

Black with #743ADF

Text Example


Text Example

White with #743ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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