Html Css Color HEX #743CDF Blue Violet

📋 copy color: '#743CDF'

red 116 ◦ green 60 ◦ blue 223

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

Shades of Blue Violet #743CDF

Tints of Blue Violet #743CDF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.04%

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

R = 29.07%
G = 15.04%
B = 55.89%

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

#743CDF (or 0x743CDF) is known color: Blue Violet. HEX triplet: 74, 3C and DF. RGB value is (116,60,223). Sum of RGB (Red+Green+Blue) = 116+60+223=399 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.07% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #743CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743CDF is #8BC320. Grayscale: #5E5E5E. Windows color (decimal): -9159457 or 14630004. OLE color: 14630004.

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

Color convert

RGB 116 60 223 -
CMYK 0.48 0.73 0 0.13
HSL 260.61º 0.72% 0.55% -
HSV(B) 260.61º 0.73% 0.87% -
XYZ 22.14 12.27 71.01 -
YUV 95.33 200.05 142.75 -
System Red Green Blue C M Y K H S L
Decimal 116 60 223 0.48 0.73 0 0.13 260.61 0.72 0.55
Hex 74 3C DF 30 49 0 D 105 48 37
Octal 164 74 337 60 111 0 15 405 110 67
Binary 1110100 111100 11011111 110000 1001001 0 1101 100000101 1001000 110111

Color Harmonies of #743CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CDF

Black with #743CDF

Text Example


Text Example

White with #743CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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